You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After reset or shut down computer CHE can not correct stop and clean up networks, so we need to create job to periodically clean up networks. We have a class DockerContainerCleaner. It periodically clean up docker containers and we can add logic to clean up networks. Actually we can not remove network if network has running docker container which was bind to this network. So it would be logically clean up containers and after that clean up networks.
Reproduction Steps:
Create workspace from MySql stack.
After starting computer type to the terminal: "docker network ls".
Run workspace.
After starting computer type to the terminal: "docker network ls". Should appear new network.
Reset or shut down computer.
After starting computer type to the terminal: "docker network ls".
Expected behavior:
Network should not exist or we should clean up it on next working IDE session.
Observed behavior:
Network still exist.
Additional information:
Problem started happening recently, didn't happen in an older version of Che: [No]
Problem can be reliably reproduced, doesn't happen randomly: [Yes]
The text was updated successfully, but these errors were encountered:
AndrienkoAleksandr
changed the title
After reset computer networks still exist.
After reset or shut down computer networks still exist.
Nov 21, 2016
AndrienkoAleksandr
changed the title
After reset or shut down computer networks still exist.
After reset or shut down computer CHE networks still exist.
Nov 21, 2016
mmorhun
added
status/in-progress
This issue has been taken by an engineer and is under active development.
and removed
status/open-for-dev
An issue has had its specification reviewed and confirmed. Waiting for an engineer to take it.
labels
Dec 12, 2016
mmorhun
added
status/code-review
This issue has a pull request posted for it and is awaiting code review completion by the community.
and removed
status/in-progress
This issue has been taken by an engineer and is under active development.
labels
Dec 14, 2016
mmorhun
removed
the
status/code-review
This issue has a pull request posted for it and is awaiting code review completion by the community.
label
Dec 23, 2016
After reset or shut down computer CHE can not correct stop and clean up networks, so we need to create job to periodically clean up networks. We have a class DockerContainerCleaner. It periodically clean up docker containers and we can add logic to clean up networks. Actually we can not remove network if network has running docker container which was bind to this network. So it would be logically clean up containers and after that clean up networks.
Reproduction Steps:
Expected behavior:
Network should not exist or we should clean up it on next working IDE session.
Observed behavior:
Network still exist.
Additional information:
The text was updated successfully, but these errors were encountered: