Docker Guides
Basic docker walk-arounds
Make sure docker is installed correctly. Use below commands to do it
If you are given docker files to spin up, look for docker-compose.yaml and open up the terminal in the same directory. This is required in order to spin up the docker environment. Run the below command while in the same directory.
Last updated
Was this helpful?