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

Just a small Vagrantfile allowing to create a fake remote LXD server...

License

Notifications You must be signed in to change notification settings

lxdock/vm-remotelxd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Just a small Vagrantfile allowing to create a fake remote LXD server...

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published