Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Removes a docker container from the machine.

...

Property Name

Property Code

Required

Description

Docker Server Address

FDDKR_DOCKER_SERVER

No

The IP address of the Docker server.  Required if Docker Unix Socker is not set.

Docker PortFDDKR_DOCKER_PORTNoThe port the Docker service is listening on.  Required if Docker Unix Socker is not set.
Docker Unix SocketFDDKR_UNIX_SOCKETNoThe socket the Docker daemon listens on. Required if Docker Server and Docker Port are not set.

...

Input Name

Input Code

Required

Description

Container ID

FDDKR_INP_CONTAINER_ID

Yes

The ID of the container to remove.

Force RemoveFDDKR_INP_FORCE_REMOVENoShould the container be forcibly removed?  If the container is running and this is false, it will not be removed.
Remove VolumesFDDKR_INP_REMOVE_VOLUMESNoShould the volumes associated with this container be deleted.

Outputs

Output Name

Required

Description




...