Outils pour utilisateurs

Outils du site


network:lxc

Ceci est une ancienne révision du document !


Linux Containers sur malaka

NAME IP OS SERVICES MAINTAINERS
lol 10.13.13.1 Debian wheezy teeworlds lk
diasp 10.13.13.2 Debian wheezy diaspora winter, lk
pxe 10.13.13.3 Debian wheezy pxe wargreen
winter 10.13.13.4 Debian wheezy winter

Documentation

Creation d'un container

lxc-create -n container_name -t debian

lxc-start -n container_name -d

lxc-attach -n container_name

export PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin

apt-get update
apt-get install openssh-server sudo locales

adduser user_name
adduser user_name sudo

passwd -l
exit

ssh user_name@container_ip
network/lxc.1434482568.txt.gz · Dernière modification: 2015/06/16 21:22 de 62.212.106.109