# vagrant-lmctfy-centos **Repository Path**: mirrors_wasabeef/vagrant-lmctfy-centos ## Basic Information - **Project Name**: vagrant-lmctfy-centos - **Description**: lmctfy Vagrantfile and setup script. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-19 - **Last Updated**: 2026-04-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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).