Skip to content

Commit

Permalink
use ubuntu 18.04 to have python3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Yelizariev committed Jul 19, 2019
1 parent ab801e3 commit a957b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/remote-dev/lxd/lxd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
lxc.cgroup.devices.allow=a
lxc.cap.drop=
EOF
lxc init ubuntu-daily:16.04 ${CONTAINER} -p default && \
lxc init ubuntu-daily:18.04 ${CONTAINER} -p default && \
lxc network attach ${LXD_NETWORK} ${CONTAINER} eth0 && \
lxc config device set ${CONTAINER} eth0 ipv4.address ${LOCAL_IP} && \
lxc config set ${CONTAINER} security.privileged true && \
Expand Down

0 comments on commit a957b36

Please sign in to comment.