che
我使用docker在我的ubuntu机器上安装了eclipse ,安装后它运行良好。然后我重新启动计算机并尝试使用che start
命令运行它然后它会给出这样的错误
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: !!!
根据我输入docker rm -f che-server
然后che
运行的消息,我所有的工作区都丢失了。我该如何克服呢?