Docker cheatsheet.
-
To get the list of commands:
$ docker -
To search for images in docker index:
$ docker search tutorial
| # I book marked some sites with useful Linux commands i found. | |
| # then i noticed they were down, so i loaded them via google cache, and copied here. | |
| # source: http://blog.urfix.com/ | |
| # source: http://www.pixelbeat.org/cmdline.html | |
| # Enjoy! | |
| # How to run process as background and never die | |
| # | |
| # nohup means: Do not terminate this process even when the stty is cut off. | |
| # > /dev/null means: stdout goes to /dev/null (which is a dummy device that does not record any output). |
Docker cheatsheet.
To get the list of commands:
$ docker
To search for images in docker index:
$ docker search tutorial