mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-03 13:00:37 +08:00
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>
This commit is contained in:
@ -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:
|
|||||||
|
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user