Skip to content
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

Single string command parsing to docker #171

Open
ayushjn20 opened this issue Aug 25, 2019 · 0 comments
Open

Single string command parsing to docker #171

ayushjn20 opened this issue Aug 25, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@ayushjn20
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
It is very uncomfortable to write commands in the way as required by the docker client. The present format for a command is an array of strings where the first element is the name of the binary to be used.

- command: ["npm", "install", "-g", "redis-commander"]

Describe the solution you'd like
It would be great if we could direcrly write the commands in the following way,

- command: npm instal -g redis-commander
@ayushjn20 ayushjn20 added the enhancement New feature or request label Aug 25, 2019
@ayushjn20 ayushjn20 self-assigned this Aug 25, 2019
@agentmilindu agentmilindu added this to the v3.0.0 milestone Mar 22, 2020
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