changed deprecated -rm option to --rm
| ... | ... |
@@ -35,7 +35,7 @@ quick access to a test container. |
| 35 | 35 |
|
| 36 | 36 |
Build the image using: |
| 37 | 37 |
|
| 38 |
- $ sudo docker build -rm -t eg_sshd . |
|
| 38 |
+ $ sudo docker build --rm -t eg_sshd . |
|
| 39 | 39 |
|
| 40 | 40 |
Then run it. You can then use `docker port` to find |
| 41 | 41 |
out what host port the container's port 22 is mapped to: |