...
Property Name | Property Code | Required | Description |
---|---|---|---|
Docker Unix Socket |
| No | The socket the Docker daemon listens on. Required if Docker Server and Docker Port are not set. Default value is [/var/run/docker.sock] |
Docker Server Address |
| No | The IP address of the Docker server. |
Docker Port |
| No | The port the Docker service is listening on. |
Docker Registry Account |
| No | The Docker Registry account to use. Required when docker login is needed to pull the image from a remote registry. The plugin input Please refer to the link to set up the Docker Registry Account: Docker Registry Setup For Cloud Providers |
Project Properties
Property Name | Property Code | Required | Description |
---|---|---|---|
Docker Repository Name |
| No | The Docker image use when running the container. The plugin input |
Docker Image Tag |
| No | The tag to use when running the container. The plugin input |
...
Input Name | Input Code | Required | Description | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Container Name |
| No | The name of the container to be created and run. | |||||||||
Docker Repository Name |
| No | The Docker image use when running the container. This input will take priority over the
| |||||||||
Image Tag |
| No | The tag to use when running the container. This input will take priority over the | |||||||||
Mount Plugin Directories |
| No | Should the plugin execution directories be mounted as a volume? Default value is true. Volumes are mounted under the following directories in the container:
| |||||||||
Volumes |
| No | A comma separated list of volumes to attach to the container. Volume entries should be host:container. | |||||||||
Exposed Ports |
| No | A comma separated list of ports to expose on the container and host. (e.g. 28080:8080,20022:22,[HostPort]:[ContainerPort]). For example, if your container exposes an application on port 8080 and you want to access it externally from port 9000 you would put 9000:8080 | |||||||||
Container Entrypoint Commands |
| No | Csv list of entrypoint commands to pass to the container. | |||||||||
Wait For Exit |
| No | If true, FlexDeploy will wait until the container has exited. Useful for containers running as functions. Default value is false. | |||||||||
Remove Container |
| No | Remove container after running? Default value is false. This will also remove volumes created for the container. | |||||||||
Network ID Or Name |
| No | The ID or name of the network. This will connect the container to the given network. | |||||||||
Docker Registry Account |
| No | The Docker Registry account to use. Required when docker login is needed to pull the image from a remote registry. There are a couple different spots to specify this for convenience. In order of precedence:
Please refer to the link to set up the Docker Registry Account: Docker Registry Setup For Cloud Providers | |||||||||
Additional Options |
| No | Add any additional options not listed above, which will be added to the run command. (e.g. --cidfile /test/file.cid -d -e MYVAR1) |
...