mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 10:27:46 +08:00
CHANGELOG: fix docker instructions
(per @lidel's CR) License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
This commit is contained in:
parent
313c0cf2a8
commit
4719ae149a
@ -18,8 +18,8 @@ As of this release, it's now much easier to run arbitrary IPFS commands within
|
||||
the docker container:
|
||||
|
||||
```bash
|
||||
> docker run ipfs/go-ipfs config profile apply server # apply the server profile
|
||||
> docker run ipfs/go-ipfs # start the daemon
|
||||
> docker run --name my-ipfs ipfs/go-ipfs:v0.4.20 config profile apply server # apply the server profile
|
||||
> docker start my-ipfs # start the daemon
|
||||
```
|
||||
|
||||
This release also [reverts](https://github.com/ipfs/go-ipfs/pull/6040) a change that
|
||||
|
||||
Loading…
Reference in New Issue
Block a user