How to use custom commands for your Docker deployments with HCS.

Custom Commands

A guide on how to use custom commands for your Docker deployments with HCS.

For deploying your resources, you can add custom options to the final docker command, which is used to run your container.

Some of the docker native options are not supported, because it could break the HCS functionality. If you need any of the unsupported options, please contact us.

Supported Options

  • --ip

  • --ip6

  • --cap-add

  • --cap-drop

  • --security-opt

  • --sysctl

  • --device

  • --ulimit

  • --init

  • --ulimit

  • --privileged

Usage

You can simply add the options to the Custom Docker Options field on the General tab of your resource.

Example: --cap-add SYS_ADMIN --privileged

Last updated