Skip to content

Instantly share code, notes, and snippets.

View rivassh's full-sized avatar
😀
happy

H Shariati rivassh

😀
happy
  • at work
  • Iran
  • 15:25 (UTC +03:30)
View GitHub Profile
@rivassh
rivassh / install.md
Created December 27, 2016 07:26 — forked from arkadijs/install.md
GitLab in LXC on Ubuntu and openSUSE

Ubuntu host and container

Install LXC:

apt-get install linux-hwe-generic # update to 3.13 on Precise
apt-add-repository ppa:ubuntu-lxc/stable
apt-get update
apt-get install lxc lxc-templates cgmanager cgroup-lite
reboot