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: docs/ipfs.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ localhost:5050/ipfs/<CID>
121
121
122
122
Here, `CID` is the IPFS CID of the image.
123
123
124
-
:information_source: In the futural version of nerdctl and BuildKit, `ipfs://` prefix should be supported in Dockerfile.
124
+
:information_source: In the future version of nerdctl and BuildKit, `ipfs://` prefix should be supported in Dockerfile.
125
125
126
126
Using this image reference, you can build an image on IPFS.
127
127
@@ -179,7 +179,7 @@ By default, nerdctl exposes the registry at `localhost:5050` (configurable via f
179
179
180
180
Optionally you can create systemd unit file of `nerdctl ipfs registry serve`.
181
181
An example systemd unit file for `nerdctl ipfs registry serve` can be the following.
182
-
`nerdctl ipfs registry serve` is aware of environemnt variables for configuring the behaviour (e.g. listening port) so you can use `EnvironmentFile` for configuring it.
182
+
`nerdctl ipfs registry serve` is aware of environment variables for configuring the behaviour (e.g. listening port) so you can use `EnvironmentFile` for configuring it.
0 commit comments