Sign inSign up

andreluys01/app-crud_api

By andreluys01

Updated over 4 years ago

Image
0

48

andreluys01/app-crud_api repository overview

Instructions for downloading and compiling the Docker image

Attention:

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

  2. Start the containers.


cd lab-magnata/app_crud_api

docker build -f Dockerfile -t andreluys01/app-crud_api:1.0.0 .
docker run -d --name db_app -p 27017:27017 mongo:4
docker run -i -t --name myapp_crud_api -p 80:9000 andreluys01/app-crud_api:1.0.0
  1. Access the app in the URL http://localhost:80 (for HTTP).

  2. Stop the containers.

docker stop myapp

Tag summary

Content type

Image

Digest

Size

42.5 MB

Last updated

over 4 years ago

docker pull andreluys01/app-crud_api:1.0.0