Here's the set of command which I will execute while presenting "Docker - A Gentle Introduction".
Pulling images
docker pull alpine
docker image ls
Here's the set of command which I will execute while presenting "Docker - A Gentle Introduction".
docker pull alpine
docker image ls