>Setting Up Docker Environment
Some basic docker commands to keep in mind: docker images – shows your current pulled images docker ps – shows current running containers docker ps -a – shows recently opened/closed containers *Containers can be pulled from Docker Hub. Downloading Docker Engine Normally when you are putting in docker commands, you refer to the desired image …