Skip to content

Add --detach option to docker run #182

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

Merged
merged 1 commit into from
May 11, 2016
Merged

Add --detach option to docker run #182

merged 1 commit into from
May 11, 2016

Conversation

remram44
Copy link
Member

Fix #181

This is useful when running on a different machine, for instance starting a server on the cloud.

No local state is altered, the container is not cleaned up, and -d -t is passed instead of -i -t so the container keep running in the background.

@remram44 remram44 added T-enhancement Type: En enhancement to existing code, or a new feature C-unpackers/docker Component: The Docker unpacker labels May 11, 2016
@remram44 remram44 added this to the 1.0.6 milestone May 11, 2016
@remram44 remram44 added the A-pending-review Attention: This is ready for review and can be merged afterwards label May 11, 2016
@remram44 remram44 force-pushed the docker-run-detached branch from 4aa4326 to 941578d Compare May 11, 2016 03:52
This is useful when running on a different machine, for instance starting
a server on the cloud.
@remram44 remram44 force-pushed the docker-run-detached branch from 941578d to 7a2e655 Compare May 11, 2016 03:52
@remram44 remram44 merged commit 7a2e655 into master May 11, 2016
@remram44 remram44 deleted the docker-run-detached branch May 31, 2016 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-pending-review Attention: This is ready for review and can be merged afterwards C-unpackers/docker Component: The Docker unpacker T-enhancement Type: En enhancement to existing code, or a new feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant