Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #169 from mareknovotny/issue168
Browse files Browse the repository at this point in the history
Issue 168: fixing README.md Docker-GC running in docker
  • Loading branch information
davidxia authored Nov 16, 2018
2 parents 231c6e7 + b269497 commit c085963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ The docker-gc container requires access to the docker socket in order to
function, so you need to map it when running, e.g.:

```sh
docker run --rm -v /var/run/docker.sock:/var/run/docker.sock -v /etc:/etc:ro spotify/docker-gc
docker run --rm --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /etc:/etc:ro spotify/docker-gc
```

The `/etc` directory is also mapped so that it can read any exclude files
Expand Down

0 comments on commit c085963

Please sign in to comment.