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
The following options do not have a dependency on names.
Suppose all containers of Open Horizon carry a label such as org.openhorizon. Then, we can clean them up with (untested) command docker rm $(docker ps -a -f label=org.openhorizon). Another option could be the removal of containers based on the ancestor filter to list containers off of an image.
For more details on filtration of ps command output, see here.
When I run
make clean
in the hub/oh folder, I get the following output, which suggests the images and containers are not being removed:Maybe the names have changed?
The text was updated successfully, but these errors were encountered: