From: Sam Date: Tue, 19 Jan 2016 08:40:47 +0000 (+1100) Subject: Update README.md X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=45f0fd1aa80aaffeb669ac9c8cd73d357034e279;p=discourse_docker.git Update README.md remove ssh refs --- diff --git a/README.md b/README.md index b5c45c1..6a42b47 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Placeholder spot for shared volumes with various Discourse containers. You may e Dockerfile for both the base image `/discourse_base` and discourse image `/discourse`. -- `/discourse_base` contains all the OS dependencies including sshd, runit, postgres, nginx, ruby. +- `/discourse_base` contains all the OS dependencies including runit, postgres, nginx, ruby. - `/discourse` builds on the base image and configures a discourse user and `/var/www/discourse` directory for the Discourse source. @@ -46,7 +46,7 @@ The Docker repository will always contain the latest built version at: https://i ### Launcher -The base directory contains a single bash script which is used to manage containers. You can use it to "bootstrap" a new container, ssh in, start, stop and destroy a container. +The base directory contains a single bash script which is used to manage containers. You can use it to "bootstrap" a new container, enter, start, stop and destroy a container. ``` Usage: launcher COMMAND CONFIG [--skip-prereqs]