Archlinux에서 lxc 컨테이너를 생성 했는데 lxc-create -n Test -f t -t busybox
오류가 발생했습니다.
컨테이너 테스트를 생성하는 중 오류가 발생했습니다.
다른 사람은 없습니다.
lxc-busybox 템플릿은 ArchLinux용 lxc 패키지에서 제공됩니다. 내가 뭘 잘못하고 있는지 어떻게 알 수 있나요?
답변1
lxc-update-config -c /path/to/config
이는 템플릿이 현재lxc
API 키워드를 생성하지 않는 경우 구성 문제를 해결하는 데 도움이 될 수 있습니다.- 소규모 컨테이너 옵션에 대한 더 나은 지원을 위해 Alpine Linux
lxc
컨테이너(busybox
용init
) 를 설치하세요. - 사전 구축된
download
템플릿을 사용하면 문제도 줄어듭니다.
lxc-create -t download -n test
& 지원되는 배포판/버전/아키텍처 선택:
Distribution:
alpine
Release:
3.9
Architecture:
amd64
Using image from local cache
Unpacking the rootfs
---
You just created an Alpinelinux 3.9 x86_64 (20190412_13:00) container.
[laptop /srv/lxc]# pacman -Ss lxc
community/lxc 1:3.1.0-1 [installed]
Linux Containers
[laptop /srv/lxc]# du -h /srv/lxc/test | tail -n 1
9.5M /srv/lxc/test