This version of dockeri supports the use of command line arguments destined to the container (internal environment) itself.
Docker containers working as apps may accept command line arguments: when docker run ... <image> whatever comes after the name of the <image> docker forwards into the container environment.