Corrected wsl docker volume mounts.

This commit is contained in:
2020-05-28 11:54:58 +12:00
parent adff6713bb
commit 86723a7f89
2 changed files with 13 additions and 7 deletions

View File

@ -80,11 +80,17 @@ This guide will walk through setting up [[https://en.wikipedia.org/wiki/Windows_
# Allow your user to access the Docker CLI without needing root access.
sudo usermod -aG docker $USER
#+end_src
#+RESULTS: Install docker
#+begin_example
#+end_example
# Configure wsl to mount at / for docker volumes
sudo su
cat > /etc/wsl.conf << EOF
[automount]
root = /
options = "metadata"
EOF
exit
#+end_src
We use [[https://pandoc.org/][pandoc]] for documentation export from spacemacs and other markup conversion tasks.