mirror of
https://github.com/Dokploy/website
synced 2025-06-26 18:16:01 +00:00
36 lines
1.3 KiB
Plaintext
36 lines
1.3 KiB
Plaintext
---
|
|
title: Docker
|
|
full: true
|
|
_openapi:
|
|
toc:
|
|
- depth: 2
|
|
title: Docker get Containers
|
|
url: '#docker-get-containers'
|
|
- depth: 2
|
|
title: Docker restart Container
|
|
url: '#docker-restart-container'
|
|
- depth: 2
|
|
title: Docker get Config
|
|
url: '#docker-get-config'
|
|
- depth: 2
|
|
title: Docker get Containers By App Name Match
|
|
url: '#docker-get-containers-by-app-name-match'
|
|
- depth: 2
|
|
title: Docker get Containers By App Label
|
|
url: '#docker-get-containers-by-app-label'
|
|
structuredData:
|
|
headings:
|
|
- content: Docker get Containers
|
|
id: docker-get-containers
|
|
- content: Docker restart Container
|
|
id: docker-restart-container
|
|
- content: Docker get Config
|
|
id: docker-get-config
|
|
- content: Docker get Containers By App Name Match
|
|
id: docker-get-containers-by-app-name-match
|
|
- content: Docker get Containers By App Label
|
|
id: docker-get-containers-by-app-label
|
|
contents: []
|
|
---
|
|
|
|
<APIPage document={"./api.json"} operations={[{"method":"get","path":"/docker.getContainers"},{"method":"post","path":"/docker.restartContainer"},{"method":"get","path":"/docker.getConfig"},{"method":"get","path":"/docker.getContainersByAppNameMatch"},{"method":"get","path":"/docker.getContainersByAppLabel"}]} hasHead={true} /> |