CanonicalLtd / maas-docs

Documentation for MAAS
https://docs.maas.io
Creative Commons Attribution Share Alike 4.0 International
26 stars 45 forks source link

Incorrect use of lxc #1067

Open NickDrew opened 5 years ago

NickDrew commented 5 years ago

At https://docs.conjure-up.io/stable/en/user-manual?&_ga=2.225906714.105888368.1542103603-821796287.1536588808#users-of-lxd

The tutorial is incorrectly directing people to use the non-snap lxd when testing

lxc launch ubuntu:16.04 u1 lxc exec u1 ping ubuntu.com lxc stop u1 lxc delete u1

should be

/snap/bin/lxc launch ubuntu:16.04 u1 /snap/bin/lxc exec u1 ping ubuntu.com /snap/bin/lxc stop u1 /snap/bin/lxc delete u1