Introduction to Docker & Kubernetes - PART1

Опубликовано: 19 Март 2026
на канале: LondonIAC / Dennis McCarthy / Automation Engineer
299
10

Everything you need is in this gist:
https://gist.github.com/dmccuk/6d1ec9...

In Part one, I concentrate on getting our container setup and running using docker. This is a quickstart to getting up and running with Docker on Ubuntu 20.

This is what's covered:

PART 1

• Install Docker on Ubuntu 20
• Create a simple docker container serving a webpage
• Build and run the container using docker
• See it running on a webpage
• Push our new container to DockerHub

Subscribe for Part 2