Skip to content

Commit

Permalink
added instructions of how to restart
Browse files Browse the repository at this point in the history
  • Loading branch information
garybradski authored Jul 29, 2017
1 parent 1800519 commit db4cadd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ FROM ubuntu:16.04
# --device /dev/video0 \
# -v /<path_to_a host_directory>/<directory_on_host>/:/<directory_path/name>/ <container_name>
#
# =======================================================
# 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 <container ID from ps -a above>
# $ sudo docker attach <container ID from ps -a above>
########################################################################
# This is a docker file which will, from scratch:
#
Expand Down

0 comments on commit db4cadd

Please sign in to comment.