You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.
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
The text was updated successfully, but these errors were encountered: