Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 603 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 603 Bytes

linux-playground

Host requirements

  1. Vagrant
  2. Virtualbox
  3. Ansible

Usage

  1. Clone this.
  2. Set LINUX_PLAYGROUND_CPUS (default: number of cores on your host), LINUX_PLAYGROUND_MEMORY (in MB. Default: 2048), and LINUX_PLAYGROUND_SHARED_DIR (Default: ~/workspace/garden-runc-release/src/gopath. Mounted at /vagrant_data).
  3. ./vmup.sh.
  4. The first time you launch tmux, press prefix+I to install TPM plugins. The default prefix is ctrl+space.
  5. Run ~/.vim/update in the VM. This is idempotent but slow, so I didn't want to have it run every time while developing this.