Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 566 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 566 Bytes

Exterior - share host machine to your dockerized stack.

Use case #0

$ git clone https://github.com/baleyko/exterior.git && cd exterior && docker build -t exterior .

then

$ docker run -it --rm --env PORTS="80" -p "8080:80" exterior:latest

then

curl http://YOUR_DOCKER_MACHINE_IP:8080</code>

enjoy your response of the service that bound to 80th port