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

Do not clean all containers in stop #10

Open
jonakarl opened this issue Apr 23, 2019 · 1 comment
Open

Do not clean all containers in stop #10

jonakarl opened this issue Apr 23, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@jonakarl
Copy link
Collaborator

Today container-stop clean all containers, this should only clean "itself" and maybe during sync.

@jonakarl jonakarl added the bug Something isn't working label Apr 23, 2019
@jonakarl
Copy link
Collaborator Author

jonakarl commented May 6, 2019

Removed duplicate code in 3a62457

Cleanup is already done in

for CONTAINER in $(docker ps -aq); do

Question if

for CONTAINER in $(docker ps -aq); do
should be moved to sync ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant