diff --git a/Dockerfile b/Dockerfile index fb3acca..48a3409 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,6 +30,13 @@ FROM ubuntu:16.04 # --device /dev/video0 \ # -v ///:// # +# ======================================================= +# Handy docker commands: +# List all the docker images +# $ sudo docker ps -a +# If the docker image is stopped (otherwise can skip the first command below if not stopped) +# $ sudo docker start +# $ sudo docker attach ######################################################################## # This is a docker file which will, from scratch: #