Attention:
Install Docker .
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
Access the app in the URL http://localhost:85 (for HTTP).
Stop the containers.
docker stop getting-started
Content type
Image
Digest
Size
137.6 MB
Last updated
over 4 years ago
docker pull andreluys01/getting-started:1.0.0