How to install Docker on Ubuntu 14.04 LTS from Package | Docker Offline Installation

Channel:
Subscribers:
5,740
Published on ● Video Link: https://www.youtube.com/watch?v=8zqhwP4TZ6Q



Category:
Tutorial
Duration: 6:05
407 views
4


In this video we are going to see how to install Docker Engine - Community from binaries on Ubuntu 14.04 LTS
i.e we are going to install Docker CE offline, from Packages downloaded.
Below are the two .DEB packages are downloaded from the docker website.

containerd.io_1.2.6-3_amd64.deb
docker-ce_18.06.3~ce~3-0~ubuntu_amd64.deb

https://download.docker.com/linux/ubuntu/dists/trusty/pool/stable/amd64/

Dependent package libseccomp2 can be downloaded from

https://pkgs.org/download/libseccomp2

To install .deb packages, we should switch to root user.
Once the Docker CE installed, the service starts automatically.
After installation we can test the docker installation by following commands :-
docker pull hello-world -- downloads a test image.
docker run hello-world -- runs the test image and displays welcome message.
By giving permissions to other users in the machine, we can manage Docker as a non-root user.




Other Videos By java frm


2019-11-07Red hat OpenJDK 13 Installation on Windows 10 with JAVA_HOME Environment Variable
2019-11-07Bellsoft Liberica JDK 13 Installation on Windows 10 with JAVA_HOME Environment Variable
2019-11-07Apache Http Server 2.4 Installation on Windows 10 and configure Apache httpd Service
2019-11-06Apache Http Server 2.2 Installation on Windows 10 and configure Apache httpd Service
2019-11-06Red hat Enterprise Linux 8.1 Installation on VirtualBox 6.0 with Guest Additions | RHEL 8.1 Released
2019-10-30MX Linux 19 Installation on VirtualBox 6.0 and Enable Shared Clipboard, Drag and Drop
2019-10-29Fedora 31 Workstation Installation on VirtualBox 6.0 with Guest Additions | Fedora 31 Released
2019-10-16CentOS 7.7 Installation on VirtualBox 6.0 with Guest Additions step by step
2019-10-16Red hat Enterprise Linux 7.7 Installation on VirtualBox 6.0 with Guest Additions Step by Step
2019-10-16Oracle Linux 7.7 Installation on VirtualBox 6.0 with Guest Additions Step by Step
2019-09-25How to install Docker on Ubuntu 14.04 LTS from Package | Docker Offline Installation
2019-09-25CentOS 8 Installation on VirtualBox 6.0 with Guest Additions step by step | CentOS 8 Released
2019-09-19SapMachine 13 Installation on Windows 10 and Set JAVA_HOME Environment Variable - Java 13 Released
2019-09-19Oracle JDK 13 Installation on Windows 10 and Set JAVA_HOME Environment Variable - Java 13 Released
2019-09-19AdoptOpenJDK 13 Installation on Windows 10 and Set JAVA_HOME Environment Variable - Java 13 Released
2019-09-19Zulu OpenJDK 13 Installation on Windows 10 and Set JAVA_HOME Environment Variable - Java 13 Released
2019-09-19OpenJDK 13 Installation on Windows 10 and Set JAVA_HOME Environment Variable - Java 13 Released
2019-09-15Tomcat 9 Installation using SapMachine 11 LTS on Windows 10
2019-09-15WildFly 17 Installation using SapMachine 11 JDK on Windows 10
2019-09-15Tomcat 8.5 Installation using SapMachine 11 LTS on Windows 10
2019-09-15SapMachine 11 JDK Installation on Windows 10 with JAVA_HOME Environment Variable



Tags:
how to install docker on ubuntu 14.04 from package
docker offline installation on ubuntu 14.04
install docker engine from binaries
docker install from a package
install docker manually on ubuntu 14.04
download and install docker manually on ubuntu linux
docker ubuntu 14.04
manage docker as non-root user
docker tutorials
docker documentaion
docker videos
docker administration
install and configure docker ce
docker community edition installation