Install Docker following the instructions in this tutorial.
Generate new image with command:
git clone https://github.com/aeciopires/awsgameday
cd app
docker build -t aeciopires/awsgameday-app1:1.0.0 .
List the Docker images:
docker images
Run a container:
docker run -d -p 80:80 --rm --name=awsgameday-app1 --restart=always aeciopires/awsgameday-app1:1.0.0
More information about docker run command: https://docs.docker.com/engine/reference/run/
Content type
Image
Digest
Size
2.3 MB
Last updated
almost 6 years ago
docker pull aeciopires/awsgameday-app1:1.0.0