Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/selfup/gotain
Containers from scratch
https://github.com/selfup/gotain
Last synced: about 2 months ago
JSON representation
Containers from scratch
- Host: GitHub
- URL: https://github.com/selfup/gotain
- Owner: selfup
- License: mit
- Created: 2019-05-09T23:42:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-05-17T10:44:00.000Z (over 5 years ago)
- Last Synced: 2024-04-14T05:13:13.383Z (9 months ago)
- Language: Go
- Homepage:
- Size: 41 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gotain yourself
1. ssh into VM (can be run locally if on linux)
2. Clone repo: `git clone https://github.com/selfup/gotain`
3. cd into repo
4. `./scripts/unpack.sh`
5. Then run something like `./release/gotain run bash`Have fun!
### Vagrant
```bash
vagrant up
vagrant ssh
cd /vagrant
./scripts/unpack.sh
./release/gotain run bash
```