Sign inSign up

andreluys01/getting-started

By andreluys01

Updated over 4 years ago

Image
0

50

andreluys01/getting-started repository overview

Instructions for downloading and compiling the Docker image

Attention:

  1. The application run here was developed by Andreyev Melo and is very well documented in the links below.
  1. Install Docker .

  2. Start the containers.


cd lab-magnata/getting-started

docker build -f Dockerfile -t andreluys01/getting-started:1.0.0 .
docker run -i -t --name getting-started -p 85:3000 andreluys01/getting-started:1.0.0
  1. Access the app in the URL http://localhost:85 (for HTTP).

  2. Stop the containers.

docker stop getting-started

Tag summary

Content type

Image

Digest

Size

137.6 MB

Last updated

over 4 years ago

docker pull andreluys01/getting-started:1.0.0