Question

Node-Daten löschen

Wie kann ich die Node-Daten im Terminal löschen um dann eine andere zu starten?


Submit an answer
Answer a question...

This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

Sign In or Sign Up to Answer

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

alexdo
Site Moderator
Site Moderator badge
July 12, 2022

Hello there,

If you want to remove a docker swarm node you can check Docker’s official documentation here:

https://docs.docker.com/engine/reference/commandline/node_rm/

https://docs.docker.com/engine/swarm/swarm-tutorial/

To remove a Docker container:

https://docs.docker.com/engine/reference/commandline/rm/

Hope that this helps!