Make note about stopping container after

bug/bundler_fix
Jon Hart 2017-10-20 10:30:12 -07:00
parent e82cb4577d
commit f938a1029b
No known key found for this signature in database
GPG Key ID: 2FA9F0A3AFA8E9D3
1 changed files with 7 additions and 0 deletions

View File

@ -32,6 +32,13 @@ $ date > test.txt
$ echo HELLO > README.md
```
*NOTE*: Don't forget to `docker stop` the container ID returned from the `docker run` command just run above:
```
$ docker stop X
X
```
### Ubuntu 16.04 Install
First we need to install the server: