Installing Docker on Ubuntu 14.04 / ~#root -i Installing Docker on Ubuntu 14.04 / ~#root -i Installing Docker on Ubuntu 14.04 / ~#root -i Installing Docker on Ubuntu 14.04 / ~#root -i Installing Docker on Ubuntu 14.04 / ~#root -i Installing Docker on Ubuntu 14.04 / ~#root -i Installing Docker on Ubuntu 14.04 / ~#root -i Installing Docker on Ubuntu 14.04 / ~#root -i
  • RU
  • UA
  • EN
  • Create an online store
  • Documentation
  • Blog
    • Unix ОS
    • Php
    • MySQL
    • JavaScript
    • Package Managers
    • Docker
    • Seo
  • Auxiliary services
    • Short Links
    • Exchange views YouTube
  • Sign in
  • Create Account
  • Home
  • Unix OS
  • Installing Docker on Ubuntu 14.04

Installing Docker on Ubuntu 14.04

More detailed information on all OS on the official site .

1. Installation will require the presence of the following libraries :

apt-transport-https-ca-certificates curl software-properties-common

sudo apt-get install apt-transport-https ca-certificates curl software-properties-common

2. Add the GPG key :

curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

In response, you should receive " OK "

3. Key verification :

We make sure that everything went well and look for the last 8 digits of the key of the official docker key.

sudo apt-key fingerprint 0EBFCD88

in my case found in /etc/apt/trusted.gpg

pub 4096R/0EBFCD88 2017-02-22
Отпечаток ключа = 9DC8 5822 9FC7 DD38 854A E2D8 8D81 803C 0EBF CD88
uid Docker Release (CE deb) <docker@docker.com>
sub 4096R/F273FCD8 2017-02-22

4. Add docker repository :

sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"

sudo apt-get update

This repository is for ubuntu 14.04 on x86_64 / amd64 architecture. For the rest, you can look at the offsite above.

5. Direct installation itself :

sudo apt-get install docker-ce

6. Check docker performance :

sudo docker run hello-world

In the end it will look like this

docker run hello-world

7. Adding a user :

If you need to add the user under which you are now, so as not to enter sudo every time, you should run the command:

sudo usermod -aG docker your username

Be sure to log in again for the changes to take effect.

Received version :

docker version

24 May 18
1384
2

Comments

HenryMit

07 February 2023 11:00
Неофрейдизм — это… Определение, принципы, представители и особенности
0

root-i

07 February 2023 11:13
HenryMit, может быть
0
Name
E-mail
Rating
Review

Other articles from the category

28 September 2022

Configuration file (php.ini) when running Cron (cli) changing parameters (memory_limit) on hosting

Let's consider the possibility of changing the parameters of the configuration file (php.ini) on a hosting that does not have the ability to configure the Cron scheduler (cli) from the panel.

12 August 2022

Ubuntu Apache 2.4 Bad Request Size of a request header field exceeds server limit

Configuring Apache for high volume Cookies. Let's analyze the error "Bad Request. Your browser sent a request that this server could not understand. Size of a request header field exceeds server limit." and options to configure the server.

26 May 2022

Ubuntu black screen after driver installation on Nvidia 630M

Let's try to cure the black screen when booting Ubuntu after installing proprietary nvidia-340 driver on Nvidia 630M laptop.

06 January 2022

USB not working after Ubuntu 18.04 update on laptop

When USB 2.0-3.0 stopped working after updating Ubuntu on a laptop.

18 December 2021

Running Skype (skypeforlinux) in multiple Ubuntu windows

Ability to run Skype in multiple windows. Installed on Ubuntu skypeforlinux run in 2 windows.

23 March 2020

Disabling bluetooth speakers, dos attack on bluetooth in Linux

Let's consider one of the ways to dos-attack on bluetooth through the basic l2ping tools in linux. Let's analyze a simple python script.

30 December 2019

Store e-mail locally, Ubuntu sendmail stub for Php

Consider a script that saves e-mail to a file. Sendmail stub, setup in Ubuntu.

26 June 2019

Ubuntu 18.04 initramfs error

Let's analyze one of the reasons for the initramfs error when starting Linux Ubuntu 18.04. Let's try a system restore. fsck exited with status code 4.

Categories

  • Unix OS
  • Php
  • MySQL
  • JavaScript
  • Package Managers
  • Docker
  • Seo

Latest comments

Добрый день, Сергей. Я на более новых версиях блют...
root-i
23.02.23
Пробовал на transmart колонке. Ничего из перечисле...
Сергей
20.02.23
HenryMit, может быть
root-i
07.02.23
Неофрейдизм — это… Определение, принципы, представ...
HenryMit
07.02.23

I share information in which I needed help and spent a lot of time figuring it out. If the information helped at least one person, then this site was not created in vain.

Thank you for the continuation of the site:
Contacts

Telegram Viber Mail

Search for articles

  • Sign in
  • Create Account

Powered by chmod -R