clear you have to install it into `/var/docker` and that the SSH
key should be the key itself as a string, not a filename.
The simplest way to get started is the **standalone** template:
-1. **Clone** this project from github: `git clone https://github.com/SamSaffron/discourse_docker.git /var/docker`
+1. **Clone** this project from github into `/var/docker` on your server: `git clone https://github.com/SamSaffron/discourse_docker.git /var/docker`
2. **Copy** the standalone sample into the containers directory: `cp samples/standalone.yml containers/app.yml`
3. **Edit** `containers/app.yml` with your environment specific information
- [bindings](#expose)
- - [volumes](#volumes) (make sure you create the appropriate directories on the host)
+ - [volumes](#volumes)
4. **Bootstrap** the image: `sudo ./launcher bootstrap app`
5. **Start** the image: `sudo ./launcher start app`
params:
# ssh key so you can log in, a tip, try using the key for root in ~root/.ssh or generate one
- # using ssh-keygen
+ # using ssh-keygen. This should be a string containing the key contents. For more information
+ # see Troubleshooting in README
ssh_key: YOUR_SSH_KEY
# git revision to run
version: HEAD