You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I dockerized this sucker
To make the image: docker build -t docker-c-first .
To run a single use, self distructing container from this image: docker container run -it --rm --name hello-world docker-c-first