vimalgandhi / Docker-Commands-Help-TipsView on GitHub
# Docker Commands, Help & Tips ### Show commands & management commands ``` $ docker ``` ### Docker version info ``` $ docker version ``` ### Show info like number of containers, etc ``` $ docker info ``` # WORKING WITH CONTAINERS ### Create an run a container in foreground ``` $ docker container run -it -p 80:80 nginx ``` ### Create an…
18Sep 15, 2022Updated 3 years ago

Alternatives and similar repositories for Docker-Commands-Help-Tips

Users that are interested in Docker-Commands-Help-Tips are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.

Sorting:

Are these results useful?