Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mefellows/docker-api-machine-factory
Demo Go API behind Nginx setup with Vagrant, Docker & Docker Compose
https://github.com/mefellows/docker-api-machine-factory
Last synced: 6 days ago
JSON representation
Demo Go API behind Nginx setup with Vagrant, Docker & Docker Compose
- Host: GitHub
- URL: https://github.com/mefellows/docker-api-machine-factory
- Owner: mefellows
- Created: 2015-03-07T13:34:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-14T04:50:48.000Z (over 9 years ago)
- Last Synced: 2023-06-02T17:01:09.009Z (over 1 year ago)
- Language: Go
- Size: 1.92 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Docker API - Machine Factory
Demo Go API behind Nginx setup with Vagrant, Docker & Docker Compose## Vagrant
`vagrant up --no-parallel``vagrant reload`
## Docker Compose (aka Fig)
`docker compose build``docker compose up`