[
https://issues.apache.org/jira/browse/GEODE-8470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17187368#comment-17187368
]
ASF GitHub Bot commented on GEODE-8470:
---------------------------------------
moleske opened a new pull request #646:
URL: https://github.com/apache/geode-native/pull/646
-use docker system prune -f to clean up networks and stopped containers
Noticed when trying to `docker rmi` the downloaded images and it said there
were still containers with them.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Clean up running containers and network after SNI Tests
> -------------------------------------------------------
>
> Key: GEODE-8470
> URL: https://issues.apache.org/jira/browse/GEODE-8470
> Project: Geode
> Issue Type: Improvement
> Components: native client
> Reporter: Michael Oleske
> Priority: Major
>
> As a Geode Native developer
> When I run the SNI Tests
> Then I see no running containers or networks when {{docker ps -a}} and
> {{docker network ls}}
> Notes: The existing clean does not work as the {{docker-compose stop}} is
> missing the file to use for stopping. {{docker container prune -f}} only
> cleans up the containers created, not the network created
--
This message was sent by Atlassian Jira
(v8.3.4#803005)