This app uses the Docker remote API to perform a range of actions on existing containers within the user-specified domain
Supported Actions
- test connectivity: Validate the asset configuration for connectivity using supplied configuration
- get container filesystem changes: Get added, modified, or deleted files of a container's filesystem
- inspect container: Get low-level information about a container
- update container: Change various configuration options of a container without having to recreate it
- restart container: Restart the specified container
- export container: Export the contents of a container as a tarball
- list container: Get a list of containers
- stop container: Stop the specified container
- start container: Start the specified container
- list images: Returns a list of images on the server. Note that it uses a different, smaller representation of an image than inspecting a single image
- rename container: Rename a container based on the provided new name
- kill container: Send a POSIX signal to a container, defaulting to killing the container
- remove container: Remove the selected container
- delete stopped containers: Delete containers that are stopped
- remove image: Remove an image, along with any untagged parent images that were referenced by that image. Images can't be removed if they have any descendant images or being used by a running container or build
- delete unused images: Delete all unused images based on the specified filters
- get image history: Get parent layers of an image
- delete builder cache: Remove cache generated from building the container
- take container snapshot: Take a snapshot of one of the containers
- create container: Create a container from an existing image