meta data for this page
  •  

This is an old revision of the document!


Docker

docker ps -a
docker run -it -rm <container> bash
whoami
exit
CommandDescription
run <image>[:tag] [command] run container/image
-it –interactive and –tty
-rm remove container
-v [host-folder]:[container-folder] add volume
–name [name] define container name
search <searchword> search registry
search -f is-official=true <sw>
search -f start=100 “ <sw>