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