Merge pull request #3095 from ErikHumphrey/Erik/fix-broken-jump-link

docs: Fix broken jump link
This commit is contained in:
Sebastiaan van Stijn 2021-05-17 14:19:59 +02:00 committed by GitHub
commit 67dde4ebbd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -587,7 +587,7 @@ $ docker inspect -f "{{ .State.StartedAt }}" my-container
Combining `--restart` (restart policy) with the `--rm` (clean up) flag results Combining `--restart` (restart policy) with the `--rm` (clean up) flag results
in an error. On container restart, attached clients are disconnected. See the in an error. On container restart, attached clients are disconnected. See the
examples on using the [`--rm` (clean up)](#clean-up-rm) flag later in this page. examples on using the [`--rm` (clean up)](#clean-up---rm) flag later in this page.
### Examples ### Examples