boot2docker-cli is deprecated, removed from README
- Docker for Mac/Windows is out of beta - docker-machine is recommended for unsupported machines License: MIT Signed-off-by: Zach Ramsay <zach@erisindustries.com>
zramsay committed
Aug 6, 2016 at 23:28 UTC
3069adf535b64b3db102dec69064acfecf72cbf9
1 file changed
-9
README.md
-9
@@ -37,7 +37,6 @@ Please put all issues regarding the Go IPFS _implementation_ in [this repo](http
37
- [Getting Started](#getting-started)
38
- [Some things to try](#some-things-to-try)
39
- [Docker usage](#docker-usage)
40
- - [Docker usage with VirtualBox/boot2docker (OSX and Windows)](#docker-usage-with-virtualboxboot2docker-osx-and-windows)
40
- [Troubleshooting](#troubleshooting-1)
41
- [Todo](#todo)
42
- [Contributing](#contributing)
@@ -246,14 +245,6 @@ Stop the running container:
245
246
docker stop ipfs_host
247
249
-#### Docker usage with VirtualBox/boot2docker (OSX and Windows)
250
-
251
-Since docker is running in the boot2docker VM, you need to forward
252
-relevant ports from the VM to your host for IPFS to act normally. This is
253
-accomplished with the following command:
254
-
255
- boot2docker ssh -L 5001:localhost:5001 -L 4001:localhost:4001 -L 8080:localhost:8080 -fN
256
-
248
### Troubleshooting
249
If you have previously installed IPFS before and you are running into
250
problems getting a newer version to work, try deleting (or backing up somewhere