Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (19 loc) · 692 Bytes

README.rst

File metadata and controls

32 lines (19 loc) · 692 Bytes

vm-remotelxd

This Vagrantfile will create a machine containing an installation of LXD with a pre-configred remote LXD server.

Usage

Create the remote LXD server with:

$ vagrant up

In order to use the remote LXD server with your local LXD client, you have to make sure that your local LXD is visible to the network so you can transfer containers and images from it:

$ lxc config set core.https_address [::]:8443

Finally you can add the remote LXD server to your local LXD by running:

$ lxc remote add remotetest 172.48.127.10

License

GPLv3. See LICENSE for more details.