Skip to content

Commit

Permalink
Update lxd.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Yelizariev committed Jul 16, 2019
1 parent 313c963 commit ab801e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/remote-dev/lxd/lxd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,9 @@
lxc exec ${CONTAINER} -- locale-gen --purge en_US.UTF-8 && \
lxc exec ${CONTAINER} -- bash -c "echo -e 'LANG=\"en_US.UTF-8\"\nLANGUAGE=\"en_US:en\"\n' > /etc/default/locale"
lxc config device add ${CONTAINER} sharedcachenoroot disk path=/home/noroot/.cache source=/var/lxc/share/cache
lxc config device add ${CONTAINER} sharedcachenoroot disk path=/home/noroot/.cache source=/var/lxc/share/cache && \
lxc stop ${CONTAINER} && \
lxc start ${CONTAINER}
## nginx on host machine
cd /tmp/
Expand Down

0 comments on commit ab801e3

Please sign in to comment.