It is possible to easily implement this series of flow of building an environment inside a container using a technology called a container and developing inside the container.
①docker login Commands used to log in to Docker
②docker pull [image] Command used when pulling docker-image to Host
③docker images Command used to display a list of docker-images on the Host
④docker run [image] Command to use when creating a container from docker-image on Host
⑤docker ps -a Command used to display a list of containers
Recommended Posts