Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bpinto/fig_coreos
https://github.com/bpinto/fig_coreos
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bpinto/fig_coreos
- Owner: bpinto
- Created: 2014-11-03T00:07:51.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-03T01:25:38.000Z (about 10 years ago)
- Last Synced: 2024-11-07T22:44:45.958Z (3 months ago)
- Language: Shell
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Working with vagrant:
1. $export DOCKER_HOST=tcp://172.17.8.101:2375
2. $vagrant up
3. $vagrant ssh
1. $docker run -p 5000:5000 ruby ruby -run -e httpd -- -p 5000 .
4. $curl localhost:5000NOT 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