docker 镜像迁移

ubuntu 

需求: 服务器到期更换,要进行大规模的迁移操作,将 Docker 镜像导出到另一个系统 1.导出docker镜像 使用 docker save 命令将 Docker 镜像保存为一个 tar 文件。你可以选择导出单个镜像或多个镜像。 a.导出单个镜像 docker save -o my_image.t

思源笔记

ubuntu 

参考: https://gitee.com/siyuan-note/siyuan 0.开源性笔记寻找过程 参考: https://skywt.cn/blog/seven-notes-and-wiki-systems-evaluation/#toc_title6 2022年文章,但具有一定的参考价值

ubuntu服务器安装NVM

为了在ubuntu服务器上方便切换node版本,我们在服务器上使用了nvm作为node版本管理工具,步骤如下: 1.服务器执行安装命令: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash p

ubuntu