Merge pull request #3048 from zramsay/boot2docker-is-deprecated

boot2docker-cli is deprecated, removed from README
This commit is contained in:
Jeromy Johnson 2016-08-07 09:34:55 -07:00 committed by GitHub
commit 6e5d0ab6e3

View File

@ -37,7 +37,6 @@ Please put all issues regarding the Go IPFS _implementation_ in [this repo](http
- [Getting Started](#getting-started)
- [Some things to try](#some-things-to-try)
- [Docker usage](#docker-usage)
- [Docker usage with VirtualBox/boot2docker (OSX and Windows)](#docker-usage-with-virtualboxboot2docker-osx-and-windows)
- [Troubleshooting](#troubleshooting-1)
- [Todo](#todo)
- [Contributing](#contributing)
@ -246,14 +245,6 @@ Stop the running container:
docker stop ipfs_host
#### Docker usage with VirtualBox/boot2docker (OSX and Windows)
Since docker is running in the boot2docker VM, you need to forward
relevant ports from the VM to your host for IPFS to act normally. This is
accomplished with the following command:
boot2docker ssh -L 5001:localhost:5001 -L 4001:localhost:4001 -L 8080:localhost:8080 -fN
### Troubleshooting
If you have previously installed IPFS before and you are running into
problems getting a newer version to work, try deleting (or backing up somewhere