Ubuntu 14.04 offline installation Docker compose

Source: Internet
Author: User
Tags docker compose

Preparing the installation package

1. Download Docker

Docker supports the following versions of Ubuntu system
Artful 17.10 (Docker CE 17.11 Edge)
Zesty 17.04
Xenial 16.04 (LTS)
Trusty 14.04 (LTS)

View Ubuntu system version: sudo lsb_release–a
Download the corresponding Docker installation package: https://apt.dockerproject.org/repo/pool/main/d/docker-engine/

2. Download Docker-compose

Download the corresponding binaries from GitHub:
Https://github.com/docker/compose/releases

3. Download dependencies

1) Download Libtool-ltdl
: http://archive.ubuntu.com/ubuntu/pool/main/libt/libtool/

2) Download Libsystemd-journal0
: https://pkgs.org/download/libsystemd-journal0

Installation

Upload the required installation package to the target server (SCP or SFTP command)

Installing Docker and related dependencies:

Execution: Dpkg-i *.deb

View Docker versions: Docker version

Install Docker-compose:

Rename the downloaded binaries, move to/usr/local/bin, and add executable permissions
MV Docker-compose-linux-x86_64/usr/local/bin/docker-compose
sudo chmod +x/usr/local/bin/docker-compose
View version: Docker-compose–v

Ubuntu 14.04 offline installation Docker compose

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.