Skip to content

Custom Commands

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

Supported Options

  • --ip
  • --ip6
  • --shm-size
  • --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