Files
Spring/2020-08/spring-31/classwork1/solution.txt
T
2020-12-18 23:05:40 +03: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