Skip to content

Commit 79f6c2c

Browse files
committed
more readme info
1 parent 85db411 commit 79f6c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ This will bind local port 80 to the container's port 80. This means you should b
2121
* `-d webapp` - Use the image tagged "webapp"
2222
* `/sbin/my_init` - Run the init scripts used to kick off long-running processes and other bootstrapping, as per [phusion/baseimage-docker](https://github.com/phusion/baseimage-docker)
2323
* `--enable-insecure-key` - Enable a generated SSL key so you can SSH into the container, again as per [phusion/baseimage-docker](https://github.com/phusion/baseimage-docker). Generate your own SSH key for production use.
24-
* If you use this with [fideloper/docker-mysql](https://github.com/fideloper/docker-mysql), then link this container with MySQL's (after running the MySQL container first) via `-link mysql:db`
24+
* If you use this with [fideloper/docker-mysql](https://github.com/fideloper/docker-mysql), then [link this container](http://docs.docker.io/en/latest/use/working_with_links_names/) with MySQL's (after running the MySQL container first) via `-link mysql:db`

0 commit comments

Comments
 (0)