I installed the eclipse che
in my ubuntu machine using docker, after installed it worked fine. Then I restart the computer and try to run it using che start
command then it give an error like this
ERROR: !!!
ERROR: A container running ECLIPSE CHE named "che-server" already exists.
1. Use "info" to find it's URL.
2. Use "restart" to stop it and start anew.
3. Stop it with "stop".
4. Remove it manually (docker rm -f che-server) and try again. Or:
5. Set CHE_SERVER_CONTAINER_NAME to a different value and try again.
ERROR: !!!
According to the message I type the docker rm -f che-server
then che
ran and all my workspaces have been lost. How do I overcome this ?