lxd명령어 썸네일형 리스트형 LXD 주요 명령어 단계명령어 LXD 설치sudo snap install lxdLXD 초기화sudo lxd init컨테이너 생성 (기본)lxc launch ubuntu:16.04 mycontainer프로필 생성 (클라우드-이니트)lxc profile create myprofile컨테이너 생성 (프로필 사용)lxc launch Ubuntu:16.04 mycontainer --profile myprofile컨테이너 접속 (루트 쉘)lxc exec mycontainer -- bashIP 확인lxc listSSH 접속ssh myuser@IP_ADDRESS (클라우드-이니트 사용자)이미지 수동 가져오기lxc image import path/to/image_file --alias Ubuntu_16.04컨테이너로 파일 옮기는 방법lx.. 더보기 이전 1 다음