Docker: it’s one of those technologies that seems to be everywhere. Whether you’re a junior developer just starting out or a seasoned.NET developer, at some point in your career, you’ll most likely come across Docker for.NET.

To verify that Docker has been installed successfully, execute the Hello World container: sudo docker run hello-world

The commands for that would be: docker stop docker-guide-api docker rm docker-guide-api docker build -t docker-guide.

You can get a list of all running containers with either docker ps or docker container ls.

Related Articles