Source: medium.com

Docker Container creation
Docker Container creationdocker container run:--help Print usage--rm Automatically remove the container when it exits-d, --detach Run container in background and print container ID-i, --interactive Keep STDIN open even if not attached--name string Assign a name to the container-p, --publish list Pub

Related Articles