You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/enhancement.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ body:
6
6
- type: markdown
7
7
attributes:
8
8
value: |
9
-
Suggest an enhancement to Kubo (the program). If you'd like to suggest an improvement to the IPFS protocol, please discuss it on [the forum](https://discuss.ipfs.io).
9
+
Suggest an enhancement to Kubo (the program). If you'd like to suggest an improvement to the IPFS protocol, please discuss it on [the forum](https://discuss.ipfs.tech).
10
10
11
11
Issues in this repo must be specific, actionable, and well motivated. They should be starting points for _building_ new features, not brainstorming ideas.
12
12
13
-
If you have an idea you'd like to discuss, please open a new thread on [the forum](https://discuss.ipfs.io).
13
+
If you have an idea you'd like to discuss, please open a new thread on [the forum](https://discuss.ipfs.tech).
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/feature.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ body:
6
6
- type: markdown
7
7
attributes:
8
8
value: |
9
-
Suggest a new feature in Kubo (the program). If you'd like to suggest an improvement to the IPFS protocol, please discuss it on [the forum](https://discuss.ipfs.io).
9
+
Suggest a new feature in Kubo (the program). If you'd like to suggest an improvement to the IPFS protocol, please discuss it on [the forum](https://discuss.ipfs.tech).
10
10
11
11
Issues in this repo must be specific, actionable, and well motivated. They should be starting points for _building_ new features, not brainstorming ideas.
12
12
13
-
If you have an idea you'd like to discuss, please open a new thread on [the forum](https://discuss.ipfs.io).
13
+
If you have an idea you'd like to discuss, please open a new thread on [the forum](https://discuss.ipfs.tech).
Copy file name to clipboardExpand all lines: README.md
+21-2
Original file line number
Diff line number
Diff line change
@@ -123,7 +123,24 @@ Official images are published at https://hub.docker.com/r/ipfs/kubo/:
123
123
124
124
[](https://hub.docker.com/r/ipfs/kubo/)
125
125
126
-
More info on how to run Kubo (go-ipfs) inside Docker can be found [here](https://docs.ipfs.tech/how-to/run-ipfs-inside-docker/).
126
+
- 🟢 Releases
127
+
-`latest` and `release` tags always point at [the latest stable release](https://github.com/ipfs/kubo/releases/latest)
128
+
-`vN.N.N` points at a specific [release tag](https://github.com/ipfs/kubo/releases)
129
+
- These are production grade images.
130
+
- 🟠 We also provide experimental developer builds
131
+
-`master-latest` always points at the `HEAD` of the `master` branch
132
+
-`master-YYYY-DD-MM-GITSHA` points at a specific commit from the `master` branch
133
+
- These tags are used by developers for internal testing, not intended for end users or production use.
134
+
135
+
```console
136
+
$ docker pull ipfs/kubo:latest
137
+
$ docker run --rm -it --net=host ipfs/kubo:latest
138
+
```
139
+
140
+
To [customize your node](https://docs.ipfs.tech/install/run-ipfs-inside-docker/#customizing-your-node),
141
+
pass necessary config via `-e` or by mounting scripts in the `/container-init.d`.
142
+
143
+
Learn more at https://docs.ipfs.tech/install/run-ipfs-inside-docker/
127
144
128
145
### Official prebuilt binaries
129
146
@@ -428,7 +445,9 @@ We ❤️ all [our contributors](docs/AUTHORS); this project wouldn’t be what
428
445
429
446
This repository falls under the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md).
430
447
431
-
Please reach out to us in one [chat](https://docs.ipfs.tech/community/chat/) rooms.
448
+
Members of IPFS community provide Kubo support on [discussion forum category here](https://discuss.ipfs.tech/c/help/help-kubo/23).
449
+
450
+
Need help with IPFS itself? Learn where to get help and support at https://ipfs.tech/help.
0 commit comments