删除容器

docker -rm 容器id

  

保存镜像:其实就是将容器重命名

docker commint mysql7 mysql7_bak

  

镜像打包:

docker save -o mysql7.tar mysql7

  

恢复镜像:

docker load -i mysql7.tar

  

 

相关文章:

  • 2022-12-23
  • 2021-05-20
  • 2021-04-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-06
  • 2021-12-10
  • 2021-09-22
猜你喜欢
  • 2021-12-07
  • 2021-08-22
  • 2022-12-23
  • 2022-12-23
  • 2021-08-19
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案