Google cloud kubernetes tutorials created by JetStack
370
Images can be download by running;
docker pull marcincuber/kubernetes-tutorial:beginners
docker pull marcincuber/kubernetes-tutorial:intermediate
docker pull marcincuber/kubernetes-tutorial:masterclass
Once you have the image pulled to your local, to run the workshops container you can use;
docker run -d -p 8888:80 --name workshop <image-name>
And to copy the workshop files from inside the container;
docker cp workshop:/usr/share/nginx/html/k8s ~/k8s
Note. ~/k8s is your local folder so it can be anything you like and any directory.
All three workshops have been create/implemented/developed and presented by JetStack.
Content type
Image
Digest
Size
111.6 MB
Last updated
about 9 years ago
docker pull marcincuber/kubernetes-tutorial:beginners