https://github.com/wasabeef/vagrant-lmctfy-centos
lmctfy Vagrantfile and setup script.
https://github.com/wasabeef/vagrant-lmctfy-centos
Last synced: 6 months ago
JSON representation
lmctfy Vagrantfile and setup script.
- Host: GitHub
- URL: https://github.com/wasabeef/vagrant-lmctfy-centos
- Owner: wasabeef
- Created: 2014-01-01T19:37:09.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-01T20:38:25.000Z (over 12 years ago)
- Last Synced: 2025-08-12T16:36:42.292Z (12 months ago)
- Size: 137 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vagrant lmctfy CentOS
[lmctfy](https://github.com/google/lmctfy) Vagrantfile and setup script. Based on [vagrant-lmctfy](https://github.com/sboneyard/vagrant-lmctfy) by [silas](https://github.com/silas).
## Usage
```bash
$ vagrant up
$ vagrant ssh
$ sudo su -
$ lmctfy create test "memory:{limit:100000000}"
$ lmctfy list containers
$ lmctfy run test "echo hello world"
```
See more in lmctfy [readme](https://github.com/google/lmctfy#readme).