8000 Option to configure 'command' and 'args' for container · Issue #14 · biersoeckli/QuickStack · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Option to configure 'command' and 'args' for container #14

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
mborsten opened this issue Feb 13, 2025 · 0 comments
Open

Option to configure 'command' and 'args' for container #14

mborsten opened this issue Feb 13, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@mborsten
Copy link

When configuring a Docker Container for an app, you might want to use a different command than is specified in the container (or arguments). The current only possibility is to create a separate container with a different command.

Having the option in 'Container configuration' to specify a 'command' and 'args' would give the flexibility of using the same image for different implementations of an application.

Example of resulting k3s config:

command: ["node"]
    args:
    - -e
    - var http = require('http');
      http.createServer(function(req, res) {
        res.writeHead(200);
        res.end('Hello World!\n');
      }).listen(80);
@biersoeckli biersoeckli added the enhancement New feature or request label Feb 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants
0