Skip to content

baleyko/exterior

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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