Skip to content

majusmisiak/compose-proxy-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compose-proxy-example

See stackoverflow.

# build the docker images
docker-compose build

# run docker compose
docker-compose up

# check http and https
client_container_id=` docker ps | grep client | awk '{ print $1 }' `
docker exec $client_container_id wget http://google.com -O - >/dev/null
docker exec $client_container_id wget https://google.com -O - >/dev/null

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published