202103-30 Docker 彻底删除私有库镜像的操作 首先看看网上一般的做法私有库默认是不支持删除镜像的,需要修改config.yml配置文件,在storage节点下加入delete:enabled:true,然后重启私有库。docker提供的镜像删除api为:DELETEip:端口/v2/<repository>/manifests/<reference>repository为镜像的repositoryreference为镜像push成功后生成的digest:sha256值获取digest:curl--header"Accept:application/vnd.docker.distribution.manifest.v2+json"-I-XGET<... 继续阅读 >
202009-27 windows上彻底删除jupyter notebook的实现 windows删除jupyternotebook没办法的办法pipuninstalljupyter-ypipuninstalljupyter_core-ypipuninstalljupyter-client-ypipuninstalljupyter-console-ypipuninstallnotebook-ypipuninstallqtconsole-ypipuninstallnbconvert-ypipuninstallnbformat-y不过好像也可以直接pipuninstalljupyter,notebook,jupyter_core,jupyter-client,jupyter-console,qtconsole,nbconvert,nbformat-y补充知识:jupyte... 继续阅读 >