DevOps-Go/hello.sh

7 lines
76 B
Bash

docker --version
docker ps
docker pull hello-world
docker run hello-world