Ubuntu16.04安装Docker 入门

Ubuntu16.04安装Docker,基本使用入门

Ubuntu16.04安装Docker

[email protected]: ~# apt install docker.io -y

查看当前版本

[email protected]:~# docker -v

Docker version 1.9.1, build a34a1d5

[email protected]:~# dpkg -l | grep docker

rc  docker.io                                  1.11.2-0ubuntu5~16.04                                       amd64        Linux container runtime

ii  lxc-docker                                 1.9.1                                                       amd64        Linux container runtime

ii  lxc-docker-1.9.1                           1.9.1                                                       amd64        Linux container runtime

查找镜像

[email protected]:~# docker search ubuntu

dorapro/ubuntu                    ubuntu image                                    0                    [OK]

konstruktoid/ubuntu               Ubuntu base image                               0                    [OK]

uvatbc/ubuntu                     Ubuntu images with unprivileged user            0                    [OK]

下载Ubuntu镜像

[email protected]: ~#  docker pull ubuntu

Using default tag: latest

latest: Pulling from library/ubuntu

2f0243478e1f: Pull complete

d8909ae88469: Pull complete

820f09abed29: Pull complete

01193a8f3d88: Pull complete

Digest: sha256:8e2324f2288c26e1393b63e680ee7844202391414dbd48497e9a4fd997cd3cbf

Status: Downloaded newer image for ubuntu:latest

查看系统下的镜像

[email protected]:~# docker images -a

REPOSITORY                 TAG                 IMAGE ID            CREATED             SIZE

ubuntu                     latest              bd3d4369aebc        12 days ago         126.6 MB

ubuntu-1604-sleepy_kilby   latest              94c88d9d0023        3 weeks ago         126.4 MB

ubuntu                     <none>              f8d79ba03c00        3 weeks ago         126.4 MB

cmer81/centos7-openstack   latest              3317e0f4e0fb        7 months ago        322.2 MB

创建容器并进入容器

[email protected]:~/docker# docker run -it --name website ubuntu

[email protected]:/#

[email protected]:~/docker# docker ps

CONTAINER ID        IMAGE                      COMMAND             CREATED              STATUS              PORTS                  NAMES

82735dde0f36        ubuntu                     "/bin/bash"         About a minute ago   Up 10 seconds                              website

退出容器

[email protected]:/#exit

创建容器 在后台运行,指定端口

[email protected]:~/docker# docker run -d -p 2222:22 --name ubuntu ubuntu

b28bedcf41814c2597ed459704608d0f003dc8d6c5d3f9251e6641c12184874f

[email protected]:~/docker# docker rm website

docer rm  -f:删除正在运行的容器

启动和关闭容器

[email protected]:~/docker# docker stop ubuntu

[email protected]:~/docker# docker start ubuntu

给容器设置root密码

[[email protected] /]# passwd root

Changing password for user root.

New password:

Retype new password:

passwd: all authentication tokens updated successfully.

设置允许root密码登录

[[email protected] /]# vi /etc/ssh/sshd_config

PermitRootLogin yes

PasswordAuthentication yes

查看IP

[[email protected] /]# ifconfig

eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500

inet 172.17.0.3  netmask 255.255.0.0  broadcast 0.0.0.0

inet6 fe80::42:acff:fe11:3  prefixlen 64  scopeid 0x20<link>

ether 02:42:ac:11:00:03  txqueuelen 0  (Ethernet)

RX packets 442  bytes 52962 (51.7 KiB)

RX errors 0  dropped 0  overruns 0  frame 0

TX packets 427  bytes 44518 (43.4 KiB)

TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

SSH到容器中

[email protected]:~# ssh 172.17.0.3

[email protected]‘s password:

[[email protected] ~]# ifconfig

eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500

inet 172.17.0.3  netmask 255.255.0.0  broadcast 0.0.0.0

inet6 fe80::42:acff:fe11:3  prefixlen 64  scopeid 0x20<link>

ether 02:42:ac:11:00:03  txqueuelen 0  (Ethernet)

RX packets 434  bytes 52434 (51.2 KiB)

RX errors 0  dropped 0  overruns 0  frame 0

TX packets 419  bytes 42782 (41.7 KiB)

TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0

时间: 2024-12-09 02:48:13

Ubuntu16.04安装Docker 入门的相关文章

Ubuntu16.04安装docker

转自:http://www.cnblogs.com/lighten/p/6034984.html 本篇主要翻译一下官方指导ubuntu下安装docker指南,方便查阅,官方指导网址:https://docs.docker.com/engine/installation/linux/ubuntulinux/ .这篇文章主要指导你去安装使用Docker-managed发布包及其安装机制.使用这些包确保你获得最近的docker官方发布版本.如果你需要安装使用Ubuntu-managed包,查阅Ubun

ubuntu16.04 安装docker

1.Docker requires a 64-bit installation regardless of your Ubuntu version. Additionally, your kernel must be 3.10 at minimum. 2.To check your current kernel version,  uname -r 3.Note: If you previously installed Docker using APT, make sure you update

ubuntu16.04安装docker图形管理界面portainer

下载镜像 docker pull portainer/portainer 单机版运行 docker run -d --name portainer -p 9000:9000 --restart=always -v /var/run/docker.sock:/var/run/docker.sock portainer/portainer 访问方式:http://IP:9000 原文地址:https://www.cnblogs.com/aric2016/p/12045255.html

Linux入门(9)——Ubuntu16.04安装flash player

打开网页经常提示安装flash player,不安装flash player很多网页的视频都看不了. Ubuntu16.04安装flash player 打开终端,输入: sudo apt-get install flashplugin-installer

Ubuntu16.04安装kubernetes1.13集群

Ubuntu16.04安装kubernetes1.13集群 最新的安装可以使用以下方式:https://www.cnrancher.com/docs/rancher/v2.x/cn/overview/quick-start-guide 方便,快捷! 以下为正文. 前言 Docker容器化,虚拟化技术上的又一个猛将,可以极高提高软件部署的速度.运行一个Docker容器,这个容器作为一个进程分配了计算资源,不同容器之间资源隔离,仿佛每个容器都是一台机器, 并且通过宿主机网桥,可以模拟一个局域网.可以

Ubuntu16.04安装tensorflow+安装opencv+安装openslide+安装搜狗输入法

Ubuntu16.04在cuda以及cudnn安装好之后,安装tensorflow,tensorflow以及opencv可以到网上下载对应的安装包并且直接在安装包所在的路径下直接通过pip与conda进行安装,如下图所示: 前提是要下载好安装包.安装好tensorflow之后还需要进行在~/.bashrc文件中添加系统路径,如下图所示 Openslide是医学图像一个重要的库,这里给出三条命令进行安装 sudo apt-get install openslide-tools sudo apt-g

Ubuntu16.04安装opencv for python/c++

Ubuntu16.04安装opencv for python/c++ 网上关于opencv的安装已经有了不少资料,但是没有一篇资料能让我一次性安装成功,因此花费了大量时间去解决各种意外,希望这篇能给一些人带去便利,节省时间. 1.安装OpenCV所需的库 1 sudo apt-get install build-essential 2 sudo apt-get install cmake git libgtk2.0-dev pkg-config libavcodec-dev libavforma

Ubuntu16.04 安装JDK Tomcat

Ubuntu16.04安装jdk,下载linux中的64版本 需要下载jdk,tomcat安装包 tar.gz版本的 http://pan.baidu.com/s/1mi4WVhA 安装JDK: [email protected]:~$ sudo mkdir /java [sudo] hongdada 的密码: hongdada[email protected]:~$ cd /Downloads bash: cd: /Downloads: 没有那个文件或目录 [email protected]:

ubuntu16.04安装部署监控系统zabbix2.4

Ubuntu16.04安装部署监控系统Zabbix2.4 第一部分,php+mysql+nginx组件安装 1.系统更新 sudo apt-get update && sudo apt-get upgrade 2.安装php-fpm 检索系统当前自带的PHP版本:apt-cache search php-fpm 安装依赖包:sudo apt-get install make  bison g++ build-essential libncurses5-dev cmake 安装php-fpm