Saturday, May 2, 2020

delete the container once exit

--rm --> will delete the container once exit

docker run --rm -p 8088:80 nginx
docker run --rm -p 8089:80 httpd --> apache server

No comments:

Post a Comment