Sign inSign up

aeciopires/awsgameday-app1

By aeciopires

Updated almost 6 years ago

App for AWS GameDay

Image
0

172

aeciopires/awsgameday-app1 repository overview

Using Docker

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/

Tag summary

Content type

Image

Digest

Size

2.3 MB

Last updated

almost 6 years ago

docker pull aeciopires/awsgameday-app1:1.0.0