Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

turbosquid/lxc-host-setup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 

Repository files navigation

lxc-host-setup

Sets up or updates an lxc-host First run is slow -- updates are fast The base distribution should be Ubuntu 13.04, 14.04 or 16.04 (x64). If using a VM you should probably intall the VM tools To run:

curl -Lo- https://raw.github.com/turbosquid/lxc-host-setup/master/host-setup.sh | bash # On 13.04

On Ubuntu 14.04 you will need to download the script first, and then run it -- something about later versions of apt-get seems to break piping a script directly into bash:

wget https://raw.github.com/turbosquid/lxc-host-setup/master/host-setup.sh
bash host-setup.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages