8000 GitHub - xlogerais/lxc-profiles: Profiles pour LXD/LXC
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

xlogerais/lxc-profiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lxc-profiles

Create a traefik instance

Create container

lxc init ubuntu:lts -p default -p storage-zfs -p net-front -p app-traefik -p volume-letsencrypt traefik

Fix the ip address

lxc network attach net-front traefik eth0 eth0 lxc config device set traefik eth0 ipv4.address 10.112.16.10

Start it

lxc start traefik

Wait for installation

lxc exec traefik -- cloud-init status --wait lxc exec traefik -- cloud-init status --long

Connect to it

lxc shell traefik

About

Profiles pour LXD/LXC

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0