Skip to content

Commit

Permalink
build-on-lxd-docker: Be more space-proof
Browse files Browse the repository at this point in the history
Signed-off-by: 林博仁(Buo-ren, Lin) <[email protected]>
  • Loading branch information
brlin-tw committed May 15, 2018
1 parent 721942a commit 48e5ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-snaps/build-on-lxd-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ Next, make sure Docker is running:
You're all set. Any time you want to build a snap, type the following commands to run snapcraft relative to the current directory:

sudo docker pull snapcore/snapcraft
sudo docker run -it -v $PWD:$PWD -w $PWD snapcore/snapcraft snapcraft
sudo docker run -it -v "$PWD:$PWD" -w "$PWD" snapcore/snapcraft snapcraft

0 comments on commit 48e5ebb

Please sign in to comment.