Day 12: Docker commands, Docker file & Jenkins on Docker container
Hello everyone!
In the last article, we learned the concepts of Docker. Today let's explore more about Docker commands and run Jenkins on an actual Docker container.
Useful Docker commands
Basic
docker version
docker -v
docker info
docker --help
...
engineeringhandbook.hashnode.dev4 min read