Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Working with vagrant:

  1. $export DOCKER_HOST=tcp://172.17.8.101:2375
  2. $vagrant up
  3. $vagrant ssh
  4. $docker run -p 5000:5000 ruby ruby -run -e httpd -- -p 5000 .
  5. $curl localhost:5000

NOT working with fig:

  1. $export DOCKER_HOST=tcp://172.17.8.101:2375
  2. $vagrant up
  3. $fig build
  4. $fig run web
  5. $curl localhost:5000

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages