Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nanofi committed Dec 21, 2014
1 parent b39ee78 commit 70b3720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ A Dockerfile that installs a mysql server with multiple databases. databases and
## Usage
To run it:
```
$ docker run -d -v /var/run/docker.sock:/var/run/docker.sock nanofi/mysql
$ docker run -d -v /var/run/docker.sock:/var/run/docker.sock -e MYSQL_ROOT_PASSWORD="password" nanofi/mysql
```
Start any containers with env vars:
- `DB_NAME`; database name
Expand Down

0 comments on commit 70b3720

Please sign in to comment.