User Tools

Site Tools


cmd

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
cmd [2017/11/21 15:18] – created ealmrcmd [2018/06/13 02:22] (current) fe80:12ba:4015:35da:f639:426a:af8d:5948
Line 1: Line 1:
-Docker Cheat Sheet:+====== Docker Cheat Sheet ======
  
 https://www.docker.com/sites/default/files/Docker_CheatSheet_08.09.2016_0.pdf https://www.docker.com/sites/default/files/Docker_CheatSheet_08.09.2016_0.pdf
 +
 +detach a container shell: `CTRL+p, CTRL+q`
 +
 +attach a running container:
 +
 +  docker attach <container_name or id>
 +  
 +restart a stopped container:
 +
 +  docker start -a -i `docker ps -q -l`
 +
cmd.1511277517.txt.gz · Last modified: by ealmr

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki