Copy lxd container from local lxd host to remote lxd server
Setup remote LXD on local
lxc remote add REMOTE_NAME REMOTE_IP
lxc config set core.https_address REMOTE_IP:8443
lxc config set core.trust_password PASSWORD_STRING
Copy container
You should stop the container that you want to copy
lxc copy CONTAINER_NAME_ON_LOCAL REMOTE_NAME:CONTAINER_REMOTE_NAME
'Devops' 카테고리의 다른 글
NFS & DRBD & HEARTBEAT: HA NFS server (0) | 2021.06.17 |
---|---|
Geofront server with automatic colonize: ssh key management (0) | 2021.06.17 |
Prometheus & Grafana: Docker swarm monitoring (0) | 2021.06.17 |
Kubernetes: Create Cluster with HA in v1.13 (0) | 2020.05.25 |
Jenkins: Restart the server with URL (0) | 2020.05.25 |