Files
Spring/2019-11/spring-31/classwork1/solution.txt
T
2020-03-30 23:54:35 +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