Specify container command
See original GitHub issueIs it possible to specify the container command via config? To use the docker stacks, command must be set to /usr/local/bin/singleuser.sh
, but I can’t see how to do it here. In DockerSpawner, it’s passed to docker.create
Issue Analytics
- State:
- Created 7 years ago
- Comments:23 (5 by maintainers)
Top Results From Across the Web
Define a Command and Arguments for a Container - Kubernetes
This page shows how to define commands and arguments when you run a container in a Pod. Before you begin You need to...
Read more >docker run - Docker Documentation
The docker run command first creates a writeable container layer over the specified image, and then starts it using the specified command.
Read more >Start kubernetes container with specific command
Using fleet I can specify a command to be run inside the container when it is started. It seems like this should be...
Read more >Container command args - Unofficial Kubernetes
The command field specifies the actual command run by the Container. The args field specifies the arguments passed to the command. This table...
Read more >Using Commands and Arguments in a Kubernetes Pod
In order to define an argument within a container, we can make use of the command field. The moment we define commands, we...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ah, it currently just uses whatever is the ‘cmd’ in the Dockerfile. But yes, let’s add a customization option too.
Going to close this now since we’ve a tracking ticket on docker-stacks