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

Check if container is created/running before stopping/removing #36

Closed
wants to merge 1 commit into from
Closed

Check if container is created/running before stopping/removing #36

wants to merge 1 commit into from

Conversation

jose-ochoa
Copy link

Method
Helper scripts are available to start/stop/enter containers.

Expected Behavior
When executing the stop.sh script containers should be stop and removed

Actual Result
While the scripts is able stop/remove the containers called in start.sh an error appears.

Cause
The docker command to stop/remove containers list the deepdream-enter container that may not always have been created/running.

Solution
Check the status of the deepdream-enter container before trying to stop/remove it.

Fixes #35

@jose-ochoa
Copy link
Author

Seems this project is no longer maintained and this PR is been chilling for a minute.

@jose-ochoa jose-ochoa closed this Sep 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

when try to stop get an error:
1 participant