Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ Docker installation under CentOS7     - Linux Network Programming - libnet Guide (Programming)

- Bash How to read a file line by line (Programming)

- VMware virtual machine to use bridged mode fast Internet access (Linux)

- Python type way of comparison (Programming)

- OpenSSH version smooth upgrade method (Linux)

- Python regular expressions: how to use regular expressions (Programming)

- Basic Java JNI (Programming)

- Ruby and Python simple comparison (Programming)

- RHEL5 multipath configuration (Linux)

- Database Blob data type conversion String (Programming)

- How to deploy Icinga server (Server)

- Linux System Getting Started Learning: Linux common log file (Linux)

- The file name is garbled or deleted files with special characters under Linux (Linux)

- Ora-1092: OPI colleague K aborting process --- killed by OO Well killer (Database)

- Linux variable learning experience (Linux)

- Linux LVM space expansion Demo (Linux)

- Linux Thread Synchronization (Programming)

- How to use awk command in Linux (Linux)

- TNS-03505 name could not be resolved (Database)

- Merge Sort (Programming)

 
         
  Docker installation under CentOS7
     
  Add Date : 2018-11-21      
         
         
         
  What is the Docker

Docker is an open source project, was born in early 2013, initially within the company dotCloud an amateur project. It is based on Google launched the Go language. Project later joined the Linux Foundation, the Apache 2.0 protocol compliance, project code on GitHub for maintenance.

Docker Since open source widespread attention and discussion that dotCloud company later changed its name to Docker Inc. RedHat has focused in its support Docker RHEL6.5 in; Google is also widely used in its PaaS offerings.

Docker project goals is to achieve a lightweight operating system virtualization solution. Linux is based Docker containers (LXC) technology.

On the basis of LXC on Docker was further package, so users do not need to be concerned about the management of the container, making the operation easier. User Action Docker container as operating a fast lightweight virtual machine as easy.

The following pictures compare the differences between Docker and traditional virtualization approach, showing the container is a virtualized, direct reuse local host operating system, but the traditional way is implemented on the hardware level operating system level.

CentOS 7 under Docker installation and start-up

1. Enter su to root and enter the root password.

Installation docker

[Root @ localhost /] # yum install docker-io

After successful installation, start docker service

[Root @ localhost /] # systemctl start docker

The docker added boot

[Root @ localhost /] # chkconfig docker on

View docker information

1.docker version: docker View the version number, including client, server, and so dependent on the Go

2.docker info: View System (docker) level information, including the management of images, containers and number
     
         
         
         
  More:      
 
- Running into the site-wide HTTPS (Server)
- Enterprise Encrypting File System eCryptfs Comments (Linux)
- The istgt PSD on ported to Mac OS X (Linux)
- nginx.conf Optimization (Server)
- Nonstandard IMP-00010 error processing one case (Database)
- Java NIO1: I / O model overview (Programming)
- Android basics summary article (Programming)
- socket busy poll of Linux kernel 3.11 to avoid sleep switch (Linux)
- Installation under Linux to deploy Java (Linux)
- Doubly linked list basic operations (Linux)
- C ++ Supplements --new delete overload (Programming)
- namespace mechanism Linux kernel analysis (Linux)
- Oracle 11g statistics collection - collection of multi-column statistics (Database)
- open V switch port mirror in OpenStack neutron (Server)
- Linux System Getting Started Tutorial: Installing Git on Linux (Linux)
- A brief introduction to some important Docker commands (Server)
- Into the Java keyword instanceof (Programming)
- C ++ Supplements - locates the new expression (Programming)
- REDO LOG records management (Database)
- How to track performance issues when using the Unity Game Development Android (Programming)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.