ALT Linux Community general discussions
 help / color / mirror / Atom feed
From: Alexander <alxste@yandex.ru>
To: ALT Linux Community general discussions <community@lists.altlinux.org>
Subject: Re: [Comm] непривелегированный контейнер lxc - как создать и запустить?
Date: Sat, 8 Oct 2016 00:22:21 +0300
Message-ID: <552328fe-6766-84cf-b579-9f3693675a80@yandex.ru> (raw)
In-Reply-To: <b5299556-b5cc-9be0-f238-f4c383373beb@altlinux.ru>

07.10.2016 23:38, Anton Gorlov пишет:

> А как именно запустили поделитесь секретом
> _______________________________________________
> community mailing list
> community@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/community
>
Процесс был несколько растянут во времени, поэтому не уверен что сейчас 
вспомню все сразу. Я думаю на днях повторить процесс на чистой системе и 
после того напишу подробную шпаргалку на форуме.

1.За основу берем вот эту инструкцию:
https://programming086.blogspot.ru/2014/01/lxc-1-0-unprivileged-containers.html
2.в параметрах ядра /proc/sys/kernel/userns_restrict ставим в 0
3.делаем suid-ными  newuidmap и newgidmap. Если их в системе нет, то 
ставим пакет shadow-submap.
4.устанавливаем пакет cgmanager и стартуем его сервис.
5.не забываем также стартовать сервис lxc-net - он по умолчанию отключен.
6.вот эта последовательность действий найдена где-то на просторах инета 
(без нее ЕМНИП контейнер создается но отказывается стартовать):
sudo service cgmanager start
sudo cgm create all $USER
sudo cgm chown all $USER $(id -u $USER) $(id -g $USER)
sudo cgm movepid all $USER $$
7.после всего этого (если я ничего не забыл), контейнер должен успешно 
создаваться командами типа:
lxc-create -t download -n p1 -- -d ubuntu -r trusty -a amd64
и стартовать по
lxc-start -n p1

если вылезет при создании контейнера что-то подобное: mktemp: не удалось 
создать каталог по шаблону «/tmp/.private/user/tmp.XXXXXXXXXX» - значит 
ошиблись где-то в subuid-х

Как-тот так...


-- 
С уважением, Александр


  reply	other threads:[~2016-10-07 21:22 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-24 19:51 Alexander
2016-09-24 23:42 ` Dmitry V. Levin
2016-09-25  6:29   ` Alexander
2016-09-25 21:13     ` Mikhail Efremov
2016-09-26  6:29       ` Alexander
2016-10-07 20:14       ` Alexander
2016-10-07 20:38         ` Anton Gorlov
2016-10-07 21:22           ` Alexander [this message]
2016-10-07 23:19         ` Mikhail Efremov
2017-03-07 19:30           ` Mikhail Efremov
2016-09-30 10:41 ` Alexander

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=552328fe-6766-84cf-b579-9f3693675a80@yandex.ru \
    --to=alxste@yandex.ru \
    --cc=community@lists.altlinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git