docker操作记录(Ubuntu-16.04环境)

Xshell 6 (Build 0115)
Copyright (c) 2002 NetSarang Computer, Inc. All rights reserved.Type `help' to learn how to use Xshell prompt.
[C:\~]$ Connecting to 192.168.114.130:22...
Connection established.
To escape to local shell, press Ctrl+Alt+].Welcome to Ubuntu 16.04.6 LTS (GNU/Linux 4.15.0-70-generic x86_64)* Documentation:  https://help.ubuntu.com* Management:     https://landscape.canonical.com* Support:        https://ubuntu.com/advantage* Overheard at KubeCon: "microk8s.status just blew my mind".https://microk8s.io/docs/commands#microk8s.status13 个可升级软件包。
10 个安全更新。Last login: Tue Oct 15 13:18:39 2019
root@coder:~# ls
root@coder:~#
root@coder:~#
root@coder:~#
root@coder:~#
root@coder:~# cd /etc/docker/
root@coder:/etc/docker# ls
daemon.json  key.json
root@coder:/etc/docker# more daemon.json
{"registry-mirrors": ["https://uog9ef8i.mirror.aliyuncs.com"]
}
root@coder:/etc/docker# whereis dig
dig: /usr/bin/dig /usr/share/man/man1/dig.1.gz
root@coder:/etc/docker# ping https://uog9ef8i.mirror.aliyuncs.com
^C
root@coder:/etc/docker# nslookup https://uog9ef8i.mirror.aliyuncs.com
Server:        127.0.1.1
Address:    127.0.1.1#53** server can't find https://uog9ef8i.mirror.aliyuncs.com: SERVFAILroot@coder:/etc/docker# apt-cache search docker
libcib-dev - cluster resource manager CIB library development
libcib4 - cluster resource manager CIB library
libcrmcluster-dev - cluster resource manager cluster library development
libcrmcluster4 - cluster resource manager cluster library
libcrmcommon-dev - cluster resource manager common library development
libcrmcommon3 - cluster resource manager common library
libcrmservice-dev - cluster resource manager service library development
libcrmservice3 - cluster resource manager service library
liblrmd-dev - cluster resource manager LRMD library development
liblrmd1 - cluster resource manager LRMD library
libpe-rules2 - cluster resource manager Policy Engine rules library
libpe-status10 - cluster resource manager Policy Engine status library
libpengine-dev - cluster resource manager Policy Engine library development
libpengine10 - cluster resource manager Policy Engine library
libstonithd-dev - cluster resource manager STONITH daemon library development
libstonithd2 - cluster resource manager STONITH daemon library
libtransitioner2 - cluster resource manager transitioner library
pacemaker - cluster resource manager
pacemaker-cli-utils - cluster resource manager command line utilities
pacemaker-common - cluster resource manager common files
pacemaker-doc - cluster resource manager HTML documentation
pacemaker-resource-agents - cluster resource manager general resource agents
python-magnumclient - client library for Magnum API - Python 2.x
python-magnumclient-doc - client library for Magnum API - doc
cadvisor - analyze resource usage and performance characteristics of running containers
ctop - Command line / text based Linux Containers monitoring tool
debocker - docker-powered package builder for Debian
debootstick - Turn a chroot environment into a bootable image
docker - System tray for KDE3/GNOME2 docklet applications
docker-compose - Punctual, lightweight development environments using Docker
docker-registry - Docker toolset to pack, ship, store, and deliver content
docker.io - Linux container runtime
golang-docker-dev - Transitional package for golang-github-docker-docker-dev
golang-github-docker-distribution-dev - Docker toolset to pack, ship, store, and deliver content (source)
golang-github-docker-docker-dev - Externally reusable Go packages included with Docker
golang-github-docker-go-units-dev - parse and print size and time units in human-readable format
golang-github-docker-libkv-dev - Key/Value store abstraction library
golang-github-docker-libtrust-dev - Primitives for identity and authorization
golang-github-docker-notary-dev - tool for running and interacting with trusted collections
golang-github-docker-spdystream-dev - multiplexed stream library using spdy
golang-github-endophage-gotuf-dev - Go implementation of the TUF specification
golang-github-fsouza-go-dockerclient-dev - Docker client library in Go
golang-github-google-cadvisor-dev - analyze resource usage and performance of running containers
golang-github-samalba-dockerclient-dev - Docker client library in Go
golang-github-vishvananda-netlink-dev - netlink library for go
gosu - Simple Go-based setuid+setgid+setgroups+exec
karbon - vector graphics application for the Calligra Suite
kdocker - lets you dock any application into the system tray
libnss-docker - nss module for finding Docker containers
magnum-api - OpenStack containers as a service
magnum-common - OpenStack containers as a service - API server
magnum-conductor - OpenStack containers as a service - conductor
needrestart - check which daemons need to be restarted after library upgrades
ovn-docker - OVN Docker drivers
pacemaker-remote - cluster resource manager proxy daemon for remote nodes
pidgin - graphical multi-protocol instant messaging client for X
python-dockerpty - Pseudo-tty handler for docker Python client (Python 2.x)
python-magnum - OpenStack containers as a service - Python library
python3-dockerpty - Pseudo-tty handler for docker Python client (Python 3.x)
python3-magnumclient - client library for Magnum API - Python 3.x
rawdns - raw DNS interface to the Docker API
ruby-docker-api - Ruby gem to interact with docker.io remote API
sen - Terminal user interface for docker engine
systemd-docker - wrapper for "docker run" to handle systemd quirks
vim-syntax-docker - Docker container engine - Vim highlighting syntax files
docker-doc - Linux container runtime -- documentation
golang-github-docker-containerd-dev - runC develpoment files
golang-github-opencontainers-runc-dev - Open Container Project - development files
python-docker - Python wrapper to access docker.io's control socket
python3-docker - Python 3 wrapper to access docker.io's control socket
cockpit-docker - Cockpit user interface for Docker containers
docker-ce-cli - Docker CLI: the open-source application container engine
docker-ce - Docker: the open-source application container engine
root@coder:/etc/docker# systemctl start docker
root@coder:/etc/docker# systemctl status docker
● docker.service - Docker Application Container EngineLoaded: loaded (/lib/systemd/system/docker.service; enabled; vendor preset: enabled)Active: active (running) since 三 2019-12-04 13:19:18 CST; 3min 25s agoDocs: https://docs.docker.comMain PID: 1841 (dockerd)Tasks: 12Memory: 124.7MCPU: 1.155sCGroup: /system.slice/docker.service└─1841 /usr/bin/dockerd -H fd:// --containerd=/run/containerd/containerd.sock12月 04 13:19:13 coder dockerd[1841]: time="2019-12-04T13:19:13.268794332+08:00" level=warning msg="Your kernel does not support cgroup rt period"
12月 04 13:19:13 coder dockerd[1841]: time="2019-12-04T13:19:13.268802119+08:00" level=warning msg="Your kernel does not support cgroup rt runtime"
12月 04 13:19:13 coder dockerd[1841]: time="2019-12-04T13:19:13.269288992+08:00" level=info msg="Loading containers: start."
12月 04 13:19:16 coder dockerd[1841]: time="2019-12-04T13:19:16.447675606+08:00" level=info msg="Default bridge (docker0) is assigned with an IP address 172.17.0.0/16. D
12月 04 13:19:16 coder dockerd[1841]: time="2019-12-04T13:19:16.705922675+08:00" level=info msg="Loading containers: done."
12月 04 13:19:18 coder dockerd[1841]: time="2019-12-04T13:19:18.182512939+08:00" level=info msg="Docker daemon" commit=633a0ea838 graphdriver(s)=overlay2 version=19.03.5
12月 04 13:19:18 coder dockerd[1841]: time="2019-12-04T13:19:18.257751749+08:00" level=info msg="Daemon has completed initialization"
12月 04 13:19:18 coder systemd[1]: Started Docker Application Container Engine.
12月 04 13:19:18 coder dockerd[1841]: time="2019-12-04T13:19:18.550338764+08:00" level=info msg="API listen on /var/run/docker.sock"
12月 04 13:22:39 coder systemd[1]: Started Docker Application Container Engine.
root@coder:/etc/docker# docker image ls
REPOSITORY                    TAG                 IMAGE ID            CREATED             SIZE
nginx                         latest              231d40e811cd        11 days ago         126MB
centos                        latest              0f3e07c0138f        2 months ago        220MB
ansible/ubuntu14.04-ansible   latest              4621d4fe2959        4 years ago         461MB
root@coder:/etc/docker# docker run --name webserver -d -p 80:80 nginx
e188b46041a5885c20f2ff3d2b4e68ee815081a50cc64e96b724969a7122227a
root@coder:/etc/docker# docker container ls
CONTAINER ID        IMAGE               COMMAND                  CREATED             STATUS              PORTS                NAMES
e188b46041a5        nginx               "nginx -g 'daemon of…"   9 seconds ago       Up 7 seconds        0.0.0.0:80->80/tcp   webserver
root@coder:/etc/docker# ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00inet 127.0.0.1/8 scope host lovalid_lft forever preferred_lft foreverinet6 ::1/128 scope host valid_lft forever preferred_lft forever
2: ens32: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000link/ether 00:0c:29:1c:70:11 brd ff:ff:ff:ff:ff:ffinet 192.168.44.135/24 brd 192.168.44.255 scope global dynamic ens32valid_lft 1536sec preferred_lft 1536secinet6 fe80::4167:6166:4b25:b08f/64 scope link valid_lft forever preferred_lft forever
3: ens35: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000link/ether 00:0c:29:1c:70:1b brd ff:ff:ff:ff:ff:ffinet 192.168.114.130/24 brd 192.168.114.255 scope global dynamic ens35valid_lft 1536sec preferred_lft 1536secinet6 fe80::bedc:3e6a:d88c:c39e/64 scope link valid_lft forever preferred_lft forever
4: docker0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default link/ether 02:42:43:27:75:6c brd ff:ff:ff:ff:ff:ffinet 172.17.0.1/16 brd 172.17.255.255 scope global docker0valid_lft forever preferred_lft foreverinet6 fe80::42:43ff:fe27:756c/64 scope link valid_lft forever preferred_lft forever
6: veth953ea42@if5: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master docker0 state UP group default link/ether f6:12:e5:ea:7a:8c brd ff:ff:ff:ff:ff:ff link-netnsid 0inet6 fe80::f412:e5ff:feea:7a8c/64 scope link valid_lft forever preferred_lft forever
root@coder:/etc/docker# docker search cmake
NAME                                                      DESCRIPTION                                     STARS               OFFICIAL            AUTOMATED
haffmans/cmake-qt5                                        Ubuntu based image with git, CMake and Qt5 d…   3                                       [OK]
msrd0/cmake-qt5                                           Docker image with CMake and Qt5                 2                                       [OK]
lycantropos/cmake                                         CMake Docker image                              1                                       [OK]
techio/cmake-gcc-runner                                                                                   1
jlouazel/cmake-boost                                      Image used to build projects with CMake, g++…   1
saschpe/cmakelint                                          cmakelint Docker container based on Alpine …   1                                       [OK]
matrim/cmake-examples                                     Used for testing the cmake-examples reposito…   0
dhermit/cmakefortran                                      ArchLinux image with CMake, GFortran, Doxyxe…   0                                       [OK]
ilssim/cmake-boost-qt5                                    cmake-boost-qt5                                 0                                       [OK]
drdanz/cmake                                                                                              0
reporter123/cmake                                         buldpack-deps based image with cmake and cla…   0                                       [OK]
mickare/cmake-clang                                       Ubuntu image with clang and cmake installed     0                                       [OK]
chris298/cmakebuildlinux                                                                                  0
devcafe/cmake-cookbook_circleci_ubuntu16.04-intel2018.1   Docker image for testing CMake Cookbook on C…   0                                       [OK]
devcafe/cmake-cookbook_circleci_ubuntu16.04-pgi18.4       Docker image for testing CMake Cookbook on C…   0                                       [OK]
samblaise/cmake-boost                                     Image with cmake, boost and gcc based on ubu…   0                                       [OK]
nercury/cmake-cpp                                         Docker image of various C++ compilers bundle…   0
yolo/cmake_resource                                                                                       0
mrts/cmake-gtest-valgrind-ubuntu                          Docker image with CMake, Google Test, Valgri…   0
haffmans/cmake-qt5-qommando                               Ubuntu based image with git, CMake, Qt5 and …   0                                       [OK]
odaceo/cmake                                                                                              0
kaskada/cmake-gcc5                                                                                        0                                       [OK]
slaves/cmake                                              cmake slave                                     0                                       [OK]
2651bc1e8f/cmake_llvm-4.0                                                                                 0
ataber/cmake                                                                                              0
root@coder:/etc/docker# cmake-clang
cmake-clang:未找到命令
root@coder:/etc/docker# docker search cmake-clang
NAME                                 DESCRIPTION                                   STARS               OFFICIAL            AUTOMATED
mickare/cmake-clang                  Ubuntu image with clang and cmake installed   0                                       [OK]
ironpark/cmake-clang-openssl-libuv                                                 0
thomascassimon/cmake-clang                                                         0
daancode/cmake-clang                 Build env for cmake and clang.                0
root@coder:/etc/docker# docker container -ls
unknown shorthand flag: 'l' in -ls
See 'docker container --help'.Usage:    docker container COMMANDManage containersCommands:attach      Attach local standard input, output, and error streams to a running containercommit      Create a new image from a container's changescp          Copy files/folders between a container and the local filesystemcreate      Create a new containerdiff        Inspect changes to files or directories on a container's filesystemexec        Run a command in a running containerexport      Export a container's filesystem as a tar archiveinspect     Display detailed information on one or more containerskill        Kill one or more running containerslogs        Fetch the logs of a containerls          List containerspause       Pause all processes within one or more containersport        List port mappings or a specific mapping for the containerprune       Remove all stopped containersrename      Rename a containerrestart     Restart one or more containersrm          Remove one or more containersrun         Run a command in a new containerstart       Start one or more stopped containersstats       Display a live stream of container(s) resource usage statisticsstop        Stop one or more running containerstop         Display the running processes of a containerunpause     Unpause all processes within one or more containersupdate      Update configuration of one or more containerswait        Block until one or more containers stop, then print their exit codesRun 'docker container COMMAND --help' for more information on a command.root@coder:/etc/docker# docker container ls
CONTAINER ID        IMAGE               COMMAND                  CREATED             STATUS              PORTS                NAMES
e188b46041a5        nginx               "nginx -g 'daemon of…"   2 minutes ago       Up About a minute   0.0.0.0:80->80/tcp   webserver
root@coder:/etc/docker# docker exec -it webserver bash
root@e188b46041a5:/# echo '<h1> hello, docker1 <h1>' /usr/share/nginx/html/index.html
<h1> hello, docker1 <h1> /usr/share/nginx/html/index.html
root@e188b46041a5:/# exit
exit
root@coder:/etc/docker# docker diff webserver
C /run
A /run/nginx.pid
C /var
C /var/cache
C /var/cache/nginx
A /var/cache/nginx/scgi_temp
A /var/cache/nginx/uwsgi_temp
A /var/cache/nginx/client_temp
A /var/cache/nginx/fastcgi_temp
A /var/cache/nginx/proxy_temp
C /root
A /root/.bash_history
root@coder:/etc/docker# docker images --format "{{.ID}}: {{.Repository}}"
231d40e811cd: nginx
0f3e07c0138f: centos
4621d4fe2959: ansible/ubuntu14.04-ansible
root@coder:/etc/docker# docker image --format "{{.ID}}: {{.Repository}}"
unknown flag: --format
See 'docker image --help'.Usage:    docker image COMMANDManage imagesCommands:build       Build an image from a Dockerfilehistory     Show the history of an imageimport      Import the contents from a tarball to create a filesystem imageinspect     Display detailed information on one or more imagesload        Load an image from a tar archive or STDINls          List imagesprune       Remove unused imagespull        Pull an image or a repository from a registrypush        Push an image or a repository to a registryrm          Remove one or more imagessave        Save one or more images to a tar archive (streamed to STDOUT by default)tag         Create a tag TARGET_IMAGE that refers to SOURCE_IMAGERun 'docker image COMMAND --help' for more information on a command.root@coder:/etc/docker# docker images --format "{{.ID}}: {{.Repository}}"
231d40e811cd: nginx
0f3e07c0138f: centos
4621d4fe2959: ansible/ubuntu14.04-ansible
root@coder:/etc/docker# docker images --format "table {{.ID}}\t{{.Repository}}\t{{.Tag}}"
IMAGE ID            REPOSITORY                    TAG
231d40e811cd        nginx                         latest
0f3e07c0138f        centos                        latest
4621d4fe2959        ansible/ubuntu14.04-ansible   latest
root@coder:/etc/docker# docker exec -it webserver bash
root@e188b46041a5:/#  echo '<h1>Hello, Docker!</h1>' > /usr/share
bash: /usr/share: Is a directory
root@e188b46041a5:/#  echo '<h1>Hello, Docker!</h1>' > /usr/share/nginx/html/index.html
root@e188b46041a5:/# exit
exit
root@coder:/etc/docker# docker diff webserver
C /run
A /run/nginx.pid
C /usr
C /usr/share
C /usr/share/nginx
C /usr/share/nginx/html
C /usr/share/nginx/html/index.html
C /var
C /var/cache
C /var/cache/nginx
A /var/cache/nginx/client_temp
A /var/cache/nginx/fastcgi_temp
A /var/cache/nginx/proxy_temp
A /var/cache/nginx/scgi_temp
A /var/cache/nginx/uwsgi_temp
C /root
A /root/.bash_history
root@coder:/etc/docker# docker commit \
>   --author "xue <shuitian_ys@126.com>" \
>   --message "modify the default web" \
>   nginx:v2
Error response from daemon: No such container: nginx:v2
root@coder:/etc/docker# docker image ls
REPOSITORY                    TAG                 IMAGE ID            CREATED             SIZE
nginx                         latest              231d40e811cd        11 days ago         126MB
centos                        latest              0f3e07c0138f        2 months ago        220MB
ansible/ubuntu14.04-ansible   latest              4621d4fe2959        4 years ago         461MB
root@coder:/etc/docker# docker container ls
CONTAINER ID        IMAGE               COMMAND                  CREATED             STATUS              PORTS                NAMES
e188b46041a5        nginx               "nginx -g 'daemon of…"   18 minutes ago      Up 18 minutes       0.0.0.0:80->80/tcp   webserver
root@coder:/etc/docker# docker commit \
>   --author "xue <shuitian_ys@126.com>" \
>   --message "modify the default web" \
>   webserver \
>   nginx:v2
sha256:50776ea0e5a44a9c43652f76e3a44ae5f9541dcaa7ae38f343ec9315c8e7c4e5
root@coder:/etc/docker# docker image ls
REPOSITORY                    TAG                 IMAGE ID            CREATED             SIZE
nginx                         v2                  50776ea0e5a4        19 seconds ago      126MB
nginx                         latest              231d40e811cd        11 days ago         126MB
centos                        latest              0f3e07c0138f        2 months ago        220MB
ansible/ubuntu14.04-ansible   latest              4621d4fe2959        4 years ago         461MB
root@coder:/etc/docker# docker history
"docker history" requires exactly 1 argument.
See 'docker history --help'.Usage:  docker history [OPTIONS] IMAGEShow the history of an image
root@coder:/etc/docker# docker history nginx:v2
IMAGE               CREATED             CREATED BY                                      SIZE                COMMENT
50776ea0e5a4        54 seconds ago      nginx -g daemon off;                            213B                modify the default web
231d40e811cd        11 days ago         /bin/sh -c #(nop)  CMD ["nginx" "-g" "daemon…   0B
<missing>           11 days ago         /bin/sh -c #(nop)  STOPSIGNAL SIGTERM           0B
<missing>           11 days ago         /bin/sh -c #(nop)  EXPOSE 80                    0B
<missing>           11 days ago         /bin/sh -c ln -sf /dev/stdout /var/log/nginx…   22B
<missing>           11 days ago         /bin/sh -c set -x     && addgroup --system -…   57.1MB
<missing>           11 days ago         /bin/sh -c #(nop)  ENV PKG_RELEASE=1~buster     0B
<missing>           11 days ago         /bin/sh -c #(nop)  ENV NJS_VERSION=0.3.7        0B
<missing>           11 days ago         /bin/sh -c #(nop)  ENV NGINX_VERSION=1.17.6     0B
<missing>           11 days ago         /bin/sh -c #(nop)  LABEL maintainer=NGINX Do…   0B
<missing>           11 days ago         /bin/sh -c #(nop)  CMD ["bash"]                 0B
<missing>           11 days ago         /bin/sh -c #(nop) ADD file:bc8179c87c8dbb3d9…   69.2MB
root@coder:/etc/docker#
root@coder:/etc/docker# docker history nginx:v2
IMAGE               CREATED              CREATED BY                                      SIZE                COMMENT
50776ea0e5a4        About a minute ago   nginx -g daemon off;                            213B                modify the default web
231d40e811cd        11 days ago          /bin/sh -c #(nop)  CMD ["nginx" "-g" "daemon…   0B
<missing>           11 days ago          /bin/sh -c #(nop)  STOPSIGNAL SIGTERM           0B
<missing>           11 days ago          /bin/sh -c #(nop)  EXPOSE 80                    0B
<missing>           11 days ago          /bin/sh -c ln -sf /dev/stdout /var/log/nginx…   22B
<missing>           11 days ago          /bin/sh -c set -x     && addgroup --system -…   57.1MB
<missing>           11 days ago          /bin/sh -c #(nop)  ENV PKG_RELEASE=1~buster     0B
<missing>           11 days ago          /bin/sh -c #(nop)  ENV NJS_VERSION=0.3.7        0B
<missing>           11 days ago          /bin/sh -c #(nop)  ENV NGINX_VERSION=1.17.6     0B
<missing>           11 days ago          /bin/sh -c #(nop)  LABEL maintainer=NGINX Do…   0B
<missing>           11 days ago          /bin/sh -c #(nop)  CMD ["bash"]                 0B
<missing>           11 days ago          /bin/sh -c #(nop) ADD file:bc8179c87c8dbb3d9…   69.2MB
root@coder:/etc/docker# docker run --name web2 -d -p 81:80 nginx:v2
a279c8cb04300e443d9a1679260759d89491f5ebc658b5b930b9cd56f228287d
root@coder:/etc/docker# docker image ls
REPOSITORY                    TAG                 IMAGE ID            CREATED              SIZE
nginx                         v2                  50776ea0e5a4        About a minute ago   126MB
nginx                         latest              231d40e811cd        11 days ago          126MB
centos                        latest              0f3e07c0138f        2 months ago         220MB
ansible/ubuntu14.04-ansible   latest              4621d4fe2959        4 years ago          461MB
root@coder:/etc/docker# docker container ls
CONTAINER ID        IMAGE               COMMAND                  CREATED             STATUS              PORTS                NAMES
a279c8cb0430        nginx:v2            "nginx -g 'daemon of…"   12 seconds ago      Up 10 seconds       0.0.0.0:81->80/tcp   web2
e188b46041a5        nginx               "nginx -g 'daemon of…"   21 minutes ago      Up 21 minutes       0.0.0.0:80->80/tcp   webserver
root@coder:/etc/docker#

docker 操作记录-1相关推荐

  1. docker 操作记录-3

    docker操作记录ubu-16.04 [BEGIN] 2019/12/4 15:40:43 Last login: Wed Dec 4 13:56:18 2019 from 192.168.114. ...

  2. docker 操作记录-2

    docker操作记录ubu-16.04 [BEGIN] 2019/12/4 13:56:06 Connecting to 192.168.114.130:22... Connection establ ...

  3. Docker 操作记录

    启动mysql 参考文档:http://www.runoob.com/docker/docker-install-mysql.html 获取镜像 docker pull mysql:5.6.22 运行 ...

  4. docker 操作 记录

    docker ps  #查看当前docker容器 docker exec -it  容器名称 sh  进入docker容器 docker stop 停止docker容器 转载于:https://www ...

  5. docker 学习记录1

    一. 1. Docker 是一个开源的应用容器引擎,基于 Go 语言 并遵从 Apache2.0 协议开源. Docker 可以让开发者打包他们的应用以及依赖包到一个轻量级.可移植的容器中,然后发布到 ...

  6. Docker操作总结

    文章目录 安装Docker Docker基本组成 安装Docker 阿里云镜像加速 Docker 操作 Docker原理 Docker run原理图 底层原理 Docker为什么比VM快? Docke ...

  7. Java访问华为云_华为云操作记录——JavaWeb 环境搭建

    华为云操作记录 创建用户 新建用户 sudo adduser weirwei 添加免密 root 权限 sudo vim /etc/sudoers 添加 root 权限 sudo 免密 切换到自己用户 ...

  8. Docker 操作mongo

    Docker 操作mongo 一.docker下载拉取mongo 二.docker 运行mongo 三.mongo导入导出数据 3.1 宿主机导入数据文件到mongo容器 3.2 mongo导入数据库 ...

  9. linux系统 长久记录所有用户所有操作记录

    在linux系统中想要记录所有登录过当前系统的用户操作,排查有人对当前系统做的何种操作导致系统问题,可以按照如下方法进行. 前言 在描述操作步骤之前,先说一下系统环境变量的相关配置文件 ~/.bash ...

最新文章

  1. 一个jsp内嵌一个jsp
  2. DoS Deflate Iptables
  3. 思科宣布NB-IoT平台实现商用
  4. 温故而知新 Vue 原来也有this.$forceUpdate();
  5. 新版MySQL8.0.22JDBC连接数据库常见问题解决
  6. PHP基于单例模式编写PDO类的方法
  7. 读jQuery源码释疑笔记
  8. 【常用技巧】标准模板库(STL)
  9. python3兼容python2 print_python 字符串 r raw Python2 和 Python3 的区别及兼容技巧
  10. centos ping不通内网 网关 外网 域名等以解决 通过设置为动态IP(启用dhcp协议)
  11. MATLAB中unwrap函数
  12. 【Elasticsearch】es Elasticsearch HQ 介绍
  13. Python发展的新时代—冯大辉先生谈《Python源码剖析》
  14. 俄亥俄州立大学计算机科学转学成功,俄亥俄州立大学转学要求
  15. (转)移动互联加速金融科技的渗透 中国将成为全球最大智能投顾市场
  16. 【扩频通信】基于matlab直接序列扩频通信【含Matlab源码 1004期】
  17. 不理解 Java Steam?一步步梳理其工作方式
  18. Unity + LeapMotion 识别食指伸出以及食指与 UGUI的 交互
  19. matplotlib绘制随机漫步
  20. 2019年全国职业院校技能大赛中职组“网络空间安全”正式赛卷及其“答案”

热门文章

  1. 新概念英语(1-111)The most expensive model
  2. Python 爬虫十六式 - 第八式:实例解析 - 全书网
  3. STM32F0系列内部高速时钟的配置方法
  4. unix下以十六进制形式修改文件内容
  5. 5G无线技术基础自学系列 | 毫米波和可见光
  6. 光波导系统的性能研究
  7. 一体化医学影像平台PACS源码,影像存档与传输系统源码
  8. unity3d开发传奇类游戏3D
  9. 莲雾文案:莲雾水果的文案,水果莲雾发圈文案
  10. *************************** APPLICATION FAILED TO START *************************** Description: F