docker: Error response from daemon: Conflict. The container name "/kdenlive" is already in use by container "099d81b32775ffc1eb7598eba3e7f0599781d5f821976b057052310043e0e3ab". You have to remove (or rename) that container to be able to reuse that name.
很多人提到docker,想必很好奇吧
现在我作为小白给各位尝试
首先终端输入 sudo apt install docker.io
虚拟化平台就成功了
然后添加docker的源
sudo deepin-editor /etc/docker/daemon.json
然后在json中添加
之后就可以启动docker了
之前最好做一件事情,把docker命令拉近管理员
首先见到新东西首先得helloworld吧
docker pull hello-world
下载helloworld
然后run
docker run hello-world
只能run hello-world有啥用呢?
咱来run一个82年的kdenlive
docker search kdenlive
找到一个软件lvm23/kdenlive
如何解决呢?
当然kdenlive不能导入任何视频,docker和主机脱离,无法导入视频,所以只是打开考古一下
然后你关闭再想打开一次kdenlive
这时候再打开kdenlive就没有问题了。
最后记得关机