Docker Cheatsheet
docker images -a # list local images docker pull esguerra/q6 # pull a docker container from docker hub docker push esguerra/q6 # push a docker container to docker hub docker search debian # look for containers docker system prune -a # delete all local containers docker run esguerra/q6 bash -c "ls; pwd" # run commands in container
Further Information and Reference:
-Reference commands-
- docker commit -
- patterns docker and travis ci -