Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reoring/vagrant-docker-minecraft
Vagrant with docker for the Minecraft
https://github.com/reoring/vagrant-docker-minecraft
Last synced: 8 days ago
JSON representation
Vagrant with docker for the Minecraft
- Host: GitHub
- URL: https://github.com/reoring/vagrant-docker-minecraft
- Owner: reoring
- Created: 2014-01-29T06:59:39.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-29T08:11:51.000Z (about 11 years ago)
- Last Synced: 2025-01-27T17:59:02.281Z (12 days ago)
- Language: Shell
- Size: 144 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vagrant-docker-minecraft
## Installation
Build box file by using [reoring/packer-ubuntu-13.04-docker](https://github.com/reoring/packer-ubuntu-13.04-docker)
Add box file:
```
vagrant box add ubuntu13.04_with_docker ./ubuntu13.04_with_docker.box
```Start vagrant
```
vagrant up
```