Skip to content

compilable/nginx_docker_multi_config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nginx server - Multiple endpoint configuration.

Docker Compose solution file to host multiple continers with a bridge and shared volume.

build each docker.

sudo docker-compose up --build

remove all local images

sudo docker rm -vf $(sudo docker ps -aq)

inspect network interface:

sudo docker inspect ngin_mult_config_nginx_mulit_config

connect to container:

sudo docker exec -it XXXXX sh

run curl inside the container:

apk add curl curl http://auth_server:5002/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published