Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
docker_basic_configuration [2020/01/23 12:57] – andonovj | docker_basic_configuration [2020/01/25 04:02] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 24: | Line 24: | ||
gpgkey=https:// | gpgkey=https:// | ||
[root@postgresqlmaster yum.repos.d]# | [root@postgresqlmaster yum.repos.d]# | ||
- | [root@postgresqlmaster yum.repos.d]# yum install docker-engine | + | [root@postgresqlpgpool app]# yum install docker-ce docker-ce-cli containerd.io |
Loaded plugins: fastestmirror, | Loaded plugins: fastestmirror, | ||
Loading mirror speeds from cached hostfile | Loading mirror speeds from cached hostfile | ||
- | * base: mirror-pl.kielcetechnologypark.net | + | * base: ftp.cvut.cz |
- | * extras: ftp.agh.edu.pl | + | * extras: ftp.cvut.cz |
- | * updates: | + | * updates: |
- | base | 3.6 kB 00:00:00 | + | |
- | dockerrepo | + | |
- | extras | + | |
- | pgdg10 | + | |
- | pgdg11 | + | |
- | pgdg94 | + | |
- | pgdg95 | + | |
- | pgdg96 | + | |
- | updates | + | |
- | dockerrepo/ | + | |
Resolving Dependencies | Resolving Dependencies | ||
--> Running transaction check | --> Running transaction check | ||
- | ---> Package | + | ---> Package |
- | --> Processing Dependency: docker-engine-selinux | + | ---> |
- | --> Processing Dependency: libcgroup for package: docker-engine-17.05.0.ce-1.el7.centos.x86_64 | + | ---> |
- | --> | + | --> Finished |
- | --> Running transaction check | + | |
- | ---> Package docker-engine-selinux.noarch 0:17.05.0.ce-1.el7.centos | + | |
- | Installed: | + | |
- | docker-engine.x86_64 0: | + | |
- | ******************************************************************************************************************************** | + | |
- | Dependency | + | |
- | audit-libs-python.x86_64 0: | + | |
- | libtool-ltdl.x86_64 0: | + | |
- | Dependency Updated: | + | Dependencies Resolved |
- | | + | |
+ | =========================================================================================================================================================================================================================== | ||
+ | | ||
+ | =========================================================================================================================================================================================================================== | ||
+ | Installing: | ||
+ | containerd.io | ||
+ | | ||
+ | | ||
+ | |||
+ | Transaction Summary | ||
+ | =========================================================================================================================================================================================================================== | ||
+ | Install | ||
+ | |||
+ | Total size: 87 M | ||
+ | Installed size: 362 M | ||
+ | Is this ok [y/d/N]: y | ||
+ | Downloading packages: | ||
+ | Running transaction check | ||
+ | Running transaction test | ||
+ | Transaction test succeeded | ||
+ | Running transaction | ||
+ | Installing : 1: | ||
+ | Installing | ||
+ | Installing : 3: | ||
+ | Verifying | ||
+ | Verifying | ||
+ | Verifying | ||
+ | |||
+ | Installed: | ||
+ | containerd.io.x86_64 0:1.2.10-3.2.el7 | ||
Complete! | Complete! | ||
+ | [root@postgresqlpgpool app]# service docker start | ||
+ | Redirecting to / | ||
+ | [root@postgresqlpgpool app] | ||
</ | </ | ||
Line 136: | Line 150: | ||
Let's start by downloading and installing MySQL database which has been dockerized. | Let's start by downloading and installing MySQL database which has been dockerized. | ||
- | ====MySQL | + | ====MySQL |
Once we have docker installed, we can search and install any image we want: | Once we have docker installed, we can search and install any image we want: | ||