-
What is the best way to learn the names of the clusters you've created locally using Talos in Docker? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
But please keep in mind that there might be other unrelated containers/networks. |
Beta Was this translation helpful? Give feedback.
docker ps
should give you an idea, as the container names are prefix with cluster names.docker network ls
might also be helpful, as each cluster has its own network.But please keep in mind that there might be other unrelated containers/networks.