I need to pass a command parameter with arguments in the style of --param1=arg1
to the run command of a docker container in Synology DSM. The docker application version in the package center is 17.05.0-0401
.
On choosing a docker image and opening the Create Container
window, I found the configuration for the command by going through the following steps:
- Click on the
Advanced Settings
button - Click on the
Environment
tab - Fill in the
Command:
value underExecution Command
section (For e.g,execname --param1=arg1
However, I received the following error when creating the container.
Run command format error.