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

Incorrect use of lxc #1067

Open
NickDrew opened this issue Nov 13, 2018 · 0 comments
Open

Incorrect use of lxc #1067

NickDrew opened this issue Nov 13, 2018 · 0 comments

Comments

@NickDrew
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant