PipedreamHQ / PipedreamHQ/pipedream
[Components] docker_engine
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# docker_engine
## URLs
- https://docs.docker.com/engine/api/latest/
## Webhook Sources
### new-container-start-instant
#### Description
Emit new event when a container starts. Users can optionally filter by container name or image.
### new-container-stop-instant
#### Description
Emit new event when a container stops. Users can optionally filter by container name or image.
### new-image-pulled-instant
#### Description
Emit new event when a new Docker image is pulled. Users can optionally filter by image name or tag.
## Actions
### start-container
#### Description
Start a Docker container. Requires container ID or name.
### stop-container
#### Description
Stop a running Docker container. Requires container ID or name.
### pull-image
#### Description
Pull a Docker image from a registry. Requires image name and tag.
Contributor guide
Assessment
This issue has not been assessed yet.