博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
Docker on linux
阅读量:5925 次
发布时间:2019-06-19

本文共 662 字,大约阅读时间需要 2 分钟。

https://docs.docker.com/engine/installation/linux/ubuntulinux/

https://docs.docker.com/engine/getstarted/step_one/#step-1-get-docker

https://docs.docker.com/engine/installation/

 

 

echo "deb https://apt.dockerproject.org/repo ubuntu-trusty main" | sudo tee /etc/apt/sources.list.d/docker.list

sudo apt-get update

 

Precise 12.04 (LTS) deb https://apt.dockerproject.org/repo ubuntu-precise main
Trusty 14.04 (LTS) deb https://apt.dockerproject.org/repo ubuntu-trusty main
Wily 15.10 deb https://apt.dockerproject.org/repo ubuntu-wily main
Xenial 16.04 (LTS) deb https://apt.dockerproject.org/repo ubuntu-xenial main

转载于:https://www.cnblogs.com/augustone/p/6274753.html

你可能感兴趣的文章
我的友情链接
查看>>
基础排序算法 – 冒泡排序Bubble sort
查看>>
ElasticSearch——学习笔记
查看>>
corosync和pacemaker实现httpd和mysql双集群
查看>>
MyBatis --教程
查看>>
VMware 虚拟机(linux)增加根目录磁盘空间
查看>>
MongoDB基本操作(增删改查)
查看>>
I/O多路转接之poll——基于TCP协议
查看>>
linux批量分发必会面试题,通过邮件反馈结果。
查看>>
Oracle 之 管理
查看>>
蓝牙mesh网络基础
查看>>
thinkphp 3.2 unionall
查看>>
APP测试流程和测试点
查看>>
7.16 10.19-10.22
查看>>
ffmpeg speex转换为mp3或者aac
查看>>
centos7安装docker
查看>>
systemd kernel
查看>>
在Kubernetes集群上部署和管理JFrog Artifactory
查看>>
静态属性,函数闭包,call/apply,继承
查看>>
vsftpd服务的搭建
查看>>