Closed talex5 closed 3 years ago
This runs docker version to check that Docker is installed and working, and does a test build (running echo in a busybox container).
docker version
echo
busybox
This runs
docker version
to check that Docker is installed and working, and does a test build (runningecho
in abusybox
container).