docker bin no longer needs to be mounted in

This commit is contained in:
Alex Goodman 2019-09-02 13:56:39 -04:00
parent a81a335ead
commit ff7cb1db6b
No known key found for this signature in database
GPG key ID: 98AF011C5C78EB7E

View file

@ -20,7 +20,6 @@ Building on Macbook
```bash
docker run --rm -it \
-v /usr/local/bin/docker:/bin/docker \
-v /var/run/docker.sock:/var/run/docker.sock \
-v "$(pwd)":"$(pwd)" \
-w "$(pwd)" \