mirror of https://github.com/docker/docs.git
Added anchor for API (#3513)
The anchor is going to be used in the chaining doc.
This commit is contained in:
parent
850cea684a
commit
65e69afdfe
|
@ -192,6 +192,7 @@ You can also run the command in interactive mode instead of detached by
|
|||
replacing `--detached` with `--interactive`. This allows you to
|
||||
see the logs generated by the container and troubleshoot misconfigurations.
|
||||
|
||||
### DTR Config - API
|
||||
Now that you've deployed a cache, you need to configure DTR to know about it.
|
||||
This is done using the `POST /api/v0/content_caches` API. You can use the
|
||||
DTR interactive API documentation to use this API.
|
||||
|
|
Loading…
Reference in New Issue