https://github.com/bitbrain/vserver
Virtualization utilities written in Docker.
https://github.com/bitbrain/vserver
Last synced: about 1 month ago
JSON representation
Virtualization utilities written in Docker.
- Host: GitHub
- URL: https://github.com/bitbrain/vserver
- Owner: bitbrain
- Created: 2016-04-19T14:13:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-20T15:35:42.000Z (almost 10 years ago)
- Last Synced: 2025-07-29T21:43:13.054Z (8 months ago)
- Language: Makefile
- Size: 16.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Virtualization utilities written in Docker.
# Prequisites
* Make
* Docker
## How to deploy containers
```
make run deploy
```
## How to purge containers
```
make run clean
```