Docker-介绍/作用
简介
本文介绍Docker,包括:Docker的作用、Docker与虚拟机的对比、Docker的起源。
什么是Docker?
官网的定义:Accelerate how you build, share, and run applications
翻译...
Ubuntu之apt-get-安装Docker-方法/教程
简介
本文介绍在Ubuntu中安装Docker的方法。
1.卸载旧版本Docker
旧版本的 Docker 称为 docker 或者 docker-engine,使用以下命令卸载旧版本:
sudo apt-get remove \
docker-c...
Ubuntu之apt-get-解决The following signatures couldn‘t be verified because the public key is not avai
简介
本文介绍用Ubuntu的apt-get update命令时提示签名无法认证的问题。
问题描述
在Ubuntu下执行sudo apt-get update时出现了如下报错:
The following signatures couldn't b...
Ubuntu之apt-get-解决安装docker的报错:Package docker-ce is not available, but is referred to by another p
简介
本文介绍用Ubuntu的apt-get命令安装docker时提示docker-ce不可用的解决方法。
错误日志
Package docker-ce is not available, but is referred to by another package
原...