报错:open .docker_temp_801673807: Access is denied.
查询后发现是因为C盘权限问题导致失败,修改保存路径:docker save -o D:\nginx.tar nginx:latest
后成功。
报错:open .docker_temp_801673807: Access is denied.
查询后发现是因为C盘权限问题导致失败,修改保存路径:docker save -o D:\nginx.tar nginx:latest
后成功。