mirror of
https://github.com/OtusTeam/Spring.git
synced 2026-05-30 10:50:42 +00:00
9 lines
153 B
Plaintext
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
|