提交 6e5d0ab6 作者: Jeromy Johnson 提交者: GitHub

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

boot2docker-cli is deprecated, removed from README
...@@ -37,7 +37,6 @@ Please put all issues regarding the Go IPFS _implementation_ in [this repo](http ...@@ -37,7 +37,6 @@ Please put all issues regarding the Go IPFS _implementation_ in [this repo](http
- [Getting Started](#getting-started) - [Getting Started](#getting-started)
- [Some things to try](#some-things-to-try) - [Some things to try](#some-things-to-try)
- [Docker usage](#docker-usage) - [Docker usage](#docker-usage)
- [Docker usage with VirtualBox/boot2docker (OSX and Windows)](#docker-usage-with-virtualboxboot2docker-osx-and-windows)
- [Troubleshooting](#troubleshooting-1) - [Troubleshooting](#troubleshooting-1)
- [Todo](#todo) - [Todo](#todo)
- [Contributing](#contributing) - [Contributing](#contributing)
...@@ -246,14 +245,6 @@ Stop the running container: ...@@ -246,14 +245,6 @@ Stop the running container:
docker stop ipfs_host 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 ### Troubleshooting
If you have previously installed IPFS before and you are running into 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 problems getting a newer version to work, try deleting (or backing up somewhere
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论