Skip to content

Commit

Permalink
Readme updates, remove MAINTAINER
Browse files Browse the repository at this point in the history
  • Loading branch information
lmakarov committed Jan 20, 2017
1 parent 9d72297 commit d138df4
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 17 deletions.
17 changes: 8 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# Database Docker images for Docksal

## MySQL
Docksal MySQL images are derived from the stock `mysql` images from Docker Hub.
We include extra settings (see `default.cnf`) and make slight modifications to `docker-entrypoint.sh`.

Docksal MySQL images are derived from stock mysql images.
This image(s) is part of the [Docksal](http://docksal.io) image library.

We add extra configuration (see `default.cnf`) and allow for additional custom configuration to be safely mounted under `/opt/mysql/conf.d/*.cnf`.
## Versions

MySQL versions:

- 5.5: `docksal/db:mysql-5.5`
- 5.6: `docksal/db:mysql-5.6`
- 5.7: `docksal/db:mysql-5.7`
- 8.0: `docksal/db:mysql-8.0`
- `mysql-5.5`
- `mysql-5.6`
- `mysql-5.7`, `latest`
- `mysql-8.0`
2 changes: 0 additions & 2 deletions mysql-5.5/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM mysql:5.5

MAINTAINER Team Docksal, https://docksal.io

# Docksal settings
COPY default.cnf /etc/mysql/conf.d/10-default.cnf

Expand Down
2 changes: 0 additions & 2 deletions mysql-5.6/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM mysql:5.6

MAINTAINER Team Docksal, https://docksal.io

# Docksal settings
COPY default.cnf /etc/mysql/conf.d/10-default.cnf

Expand Down
2 changes: 0 additions & 2 deletions mysql-5.7/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM mysql:5.7

MAINTAINER Team Docksal, https://docksal.io

# Docksal settings
COPY default.cnf /etc/mysql/conf.d/10-default.cnf

Expand Down
2 changes: 0 additions & 2 deletions mysql-8.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM mysql:8.0

MAINTAINER Team Docksal, https://docksal.io

# Docksal settings
COPY default.cnf /etc/mysql/conf.d/10-default.cnf

Expand Down

0 comments on commit d138df4

Please sign in to comment.