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

titan start should be able to start a detached container #47

Open
eschrock opened this issue Oct 2, 2019 · 0 comments
Open

titan start should be able to start a detached container #47

eschrock opened this issue Oct 2, 2019 · 0 comments
Assignees
Labels
Priority: Normal Issues to be address during sprint Type: Feature New feature or request

Comments

@eschrock
Copy link
Contributor

eschrock commented Oct 2, 2019

Problem

If you 'docker rm -f' a container associated with a repository, it ends up in the 'detached' state. At that point, while you can observe it via titan, you can't do anything with it.

Solution

Have 'titan start' check to see if the container doesn't exist, and if not, invoke 'docker run' instead.

@eschrock eschrock added the Type: Feature New feature or request label Oct 2, 2019
@mcred mcred added the Priority: Normal Issues to be address during sprint label Oct 3, 2019
@mcred mcred self-assigned this Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority: Normal Issues to be address during sprint Type: Feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants