mirror of https://github.com/docker/cli.git
Merge pull request #4373 from dvdksn/24.0_backport_dockerd-fix-alternative-runtimes-link
[24.0 Backport] Fix broken link in dockerd cli reference
This commit is contained in:
commit
bcc889f6cf
|
@ -854,7 +854,7 @@ installed outside of `PATH`, must be registered with the daemon, either via the
|
|||
configuration file or using the `--add-runtime` command line flag.
|
||||
|
||||
For examples on how to use other container runtimes, see
|
||||
[Alternative container runtimes](https://docs.docker.com/engine/alternative-container-runtimes)
|
||||
[Alternative container runtimes](https://docs.docker.com/engine/alternative-runtimes/)
|
||||
|
||||
##### Configure runtimes using `daemon.json`
|
||||
|
||||
|
|
Loading…
Reference in New Issue