An open API service indexing awesome lists of open source software.

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.

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).