Home PC Games Linux Windows Database Network Programming Server Mobile  
           
  Home \ Linux \ Docker installation under CentOS7     - Linux find command usage summary (Linux)

- IO reference Docker container (Server)

- Apple Mac computer to install Windows 10 Concise Guide (Linux)

- Linux atomic operations and synchronization mechanisms (Programming)

- Based Docker build stand-alone high-availability cluster Hadoop2.7.1 Spark1.7 (Server)

- Java thread lifecycle (Programming)

- Ubuntu Backup and Recovery (Linux)

- Linux file compression and file system packaged with instructions (Linux)

- tespeed - test speed of Python tools (Linux)

- Apache2.4.7 make an error [exports.lo] Error 1 Solution (Server)

- Java generate two-dimensional code by Zxing (Programming)

- Analysis of Java reflection mechanism (Programming)

- Oracle utilized undo data recovery operations (Database)

- To read the Linux ext3 / ext4 format partitions under Windows system software (Linux)

- CentOS6 installation configuration rsh (Server)

- Vim useful plugin: YouCompleteMe (Linux)

- PostgreSQL query result area is removed and precision (Database)

- Ubuntu configuration SVN and http mode access (Server)

- Oracle 11g + RAC + RHEL6.5 + udev + ASM + PSU installation summary (Database)

- The three-way division of the sorting algorithm Quicksort (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:      
 
- Docker container plaintext password problem-solving way (Server)
- Shell commonly commands (Linux)
- PHP loop reference caused strange problems (Programming)
- Raspberry Pi 2 to install the latest version of the FPC and Lazarus 1.5 (Linux)
- Android Scroller call mechanism and the relationship of computeScroll (Programming)
- Zabbix using Omsa monitor hardware information of Dell server (Server)
- Installation JDK 1.8 under CentOS7 (Linux)
- Nodejs mysql pool Example (Programming)
- Linux in order to make NMAP hide and seek with the firewall (Linux)
- State and Linux nf_conntrack TCP disconnect time (Programming)
- C language binary tree counts words (Programming)
- Oracle Database ORA-01555 snapshot too old (Database)
- MySQL restart process can not be taken lightly (Database)
- Linux Monitoring Command (Linux)
- Linux kernel source tree to establish load module hello (Linux)
- Bitmap memory footprint of computing Android memory optimization (Linux)
- XenServer virtual machines installed in dual-card configuration (Server)
- Unix / Linux commonly used to clean up disk space command (Linux)
- OpenCV 3.0 + Python 2.7 installation and testing under Ubuntu 14.04 (Linux)
- Command line tool Tmux (Linux)
     
           
     
  CopyRight 2002-2022 newfreesoft.com, All Rights Reserved.