docker 清除不用的容器数据

1. 提示错误

--gpus all
docker: Error response from daemon: Conflict. The container name "abc" is already in use by container "89b96853dc4d973ec932123550c17bcb77954531d0a596a3abc92dab0c621cee". You have to remove (or rename) that container to be able to reuse that name.
See 'docker run --help'.
 

2. 解决方法

$ docker system prune

3. 命令帮助

Management Commands:
  builder     Manage builds
  buildx*     Docker Buildx (Docker Inc., v0.11.2)
  compose*    Docker Compose (Docker Inc., v2.21.0)
  container   Manage containers
  context     Manage contexts
  image       Manage images
  manifest    Manage Docker image manifests and manifest lists
  network     Manage networks
  plugin      Manage plugins
  scan*       Docker Scan (Docker Inc., v0.23.0)
  system      Manage Docker
  trust       Manage trust on Docker images
  volume      Manage volumes

Usage:  docker system COMMAND

Manage Docker

Commands:
  df          Show docker disk usage
  events      Get real time events from the server
  info        Display system-wide information
  prune       Remove unused data
 

相关推荐

  1. docker 清除容器数据

    2023-12-16 12:10:05       52 阅读
  2. 清除Docker已停止容器

    2023-12-16 12:10:05       45 阅读
  3. Docker 数据管理与容器互联

    2023-12-16 12:10:05       47 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2023-12-16 12:10:05       94 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2023-12-16 12:10:05       100 阅读
  3. 在Django里面运行非项目文件

    2023-12-16 12:10:05       82 阅读
  4. Python语言-面向对象

    2023-12-16 12:10:05       91 阅读

热门阅读

  1. 电子显示器件:现代信息显示技术的核心

    2023-12-16 12:10:05       60 阅读
  2. VueRouter的编程式导航和导航守卫

    2023-12-16 12:10:05       53 阅读
  3. docker整体环境转移

    2023-12-16 12:10:05       66 阅读
  4. Spring 的 @Configuration 和 @Component 注解区别

    2023-12-16 12:10:05       67 阅读
  5. 开源数据集下载地址

    2023-12-16 12:10:05       63 阅读
  6. 【Python基础】线程

    2023-12-16 12:10:05       52 阅读
  7. c语言之打印素数

    2023-12-16 12:10:05       56 阅读
  8. 服务器种类有哪些?

    2023-12-16 12:10:05       68 阅读
  9. qt 5.15.2连接postgresql9.4数据库功能

    2023-12-16 12:10:05       70 阅读