cd /tmp
wget https://templatemo.com/tm-zip-files-2020/templatemo_617_pixel_forge.zip
sudo apt install unzip -y
unzip templatemo_617_pixel_forge.zip
cd templatemo_617_pixel_forge/
ls
To host this website, we need to copy the contents into /var/www/html
sudo cp -R . /var/www/html
To run this in a container
We have two options
Take a container with ubuntu (docker image)
install webserver
copy website
Take a container with apache (docker image)
copy website
Docker has a place where images are already available => registry