Skip to content

Commit

Permalink
Remove stra '`' character
Browse files Browse the repository at this point in the history
  • Loading branch information
niklas88 committed May 15, 2018
1 parent a1780aa commit be904ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Installing
----------

sudo cp $GOPATH/bin/wharfer /usr/bin/
sudo chown root:docker /usr/bin/wharfer
sudo chmod g+s /usr/bin/wharfer`
sudo chown root:docker /usr/bin/wharfer
sudo chmod g+s /usr/bin/wharfer

Also *make sure that the executable is only writable by root*

Expand Down Expand Up @@ -85,7 +85,7 @@ volumes are not supported and only mounting host directories through the `-v
paths work.

When `wharfer` is used with user namespaces activated in the docker daemon (as
it should be)
it should be)

**you need to make sure the permissions in your volumes are appropriately set**

Expand All @@ -99,7 +99,7 @@ An example using the busybox container goes as follows

mkdir writetest
chmod o+w writetest
wharfer run --rm -it --name wharfer_busybox -v $(pwd)/writetest:/writetest busybox:latest
wharfer run --rm -it --name wharfer_busybox -v $(pwd)/writetest:/writetest busybox:latest
# and then inside the container
/ # echo 'Hello, World!' > /writestest/hello.txt
/ # exit
Expand Down

0 comments on commit be904ed

Please sign in to comment.