Files
Spring/2021-03/spring-26/classwork1/solution.txt
T
Yuriy Dvorzhetskiy e516efa5ba 2021-03 - 26
2021-07-07 20:08:35 +06:00

9 lines
153 B
Plaintext

docker image ls
docker pull hello-world
docker image ls
docker image rm hello-world
docker ps
docker run hello-world
docker ps
docker run -d hello-world