Docker compose install linux mint

mssimi / install-docker-mint.sh

sudo apt-key adv —keyserver hkp://p80.pool.sks-keyservers.net:80 —recv-keys 58118E89F3A912897C070ADBF76221572C52609D
sudo sh -c ‘ echo deb https://apt.dockerproject.org/repo ubuntu-trusty main > /etc/apt/sources.list.d/docker.list ‘
# Install docker
sudo apt-get update
sudo apt-get purge lxc-docker
sudo apt-get install linux-image-extra- $( uname -r )
sudo apt-get install docker-engine
sudo service docker start
sudo usermod -aG docker $USER
# Install docker-compose
sudo apt-get -y install python-pip
sudo pip install docker-compose
sudo reboot

This comment has been minimized.

Copy link Quote reply

XianMooreChen commented Apr 17, 2018

This comment has been minimized.

Copy link Quote reply

qburst-sreeragh commented Aug 19, 2019 •

The docker part worked fine for me. But installing docker-compose was giving me NameError: name ‘platform_system’ is not defined
Finally these steps worked for me.

You can’t perform that action at this time.

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.

Источник

Install Docker Compose

Estimated reading time: 8 minutes

Accelerating new features in Docker Desktop

Docker Desktop helps you build, share, and run containers easily on Mac and Windows as you do on Linux. Docker handles the complex setup and allows you to focus on writing the code. Thanks to the positive support we received on the subscription updates, we’ve started working on Docker Desktop for Linux which is the second-most popular feature request in our public roadmap. If you are interested in early access, sign up for our Developer Preview program.

This page contains information on how to install Docker Compose. You can run Compose on macOS, Windows, and 64-bit Linux.

Prerequisites

Docker Compose relies on Docker Engine for any meaningful work, so make sure you have Docker Engine installed either locally or remote, depending on your setup.

On desktop systems like Docker Desktop for Mac and Windows, Docker Compose is included as part of those desktop installs.

On Linux systems, first install the Docker Engine for your OS as described on the Get Docker page, then come back here for instructions on installing Compose on Linux systems.

To run Compose as a non-root user, see Manage Docker as a non-root user.

Install Compose

Follow the instructions below to install Compose on Mac, Windows, Windows Server 2016, or Linux systems, or find out about alternatives like using the pip Python package manager or installing Compose as a container.

The instructions below outline installation of the current stable release (v1.29.2) of Compose. To install a different version of Compose, replace the given release number with the one that you want. For instructions to install Compose 2.0.0 on Linux, see Install Compose 2.0.0 on Linux.

Compose releases are also listed and available for direct download on the Compose repository release page on GitHub. To install a pre-release of Compose, refer to the install pre-release builds section.

Install Compose on macOS

Docker Desktop for Mac includes Compose along with other Docker apps, so Mac users do not need to install Compose separately. For installation instructions, see Install Docker Desktop on Mac.

Install Compose on Windows desktop systems

Docker Desktop for Windows includes Compose along with other Docker apps, so most Windows users do not need to install Compose separately. For install instructions, see Install Docker Desktop on Windows.

Читайте также:  Realtek для windows 10 ноутбук

If you are running the Docker daemon and client directly on Microsoft Windows Server, follow the instructions in the Windows Server tab.

Install Compose on Windows Server

Follow these instructions if you are running the Docker daemon and client directly on Microsoft Windows Server and want to install Docker Compose.

Start an “elevated” PowerShell (run it as administrator). Search for PowerShell, right-click, and choose Run as administrator. When asked if you want to allow this app to make changes to your device, click Yes.

In PowerShell, since GitHub now requires TLS1.2, run the following:

Then run the following command to download the current stable release of Compose (v1.29.2):

Note: On Windows Server 2019, you can add the Compose executable to $Env:ProgramFiles\Docker . Because this directory is registered in the system PATH , you can run the docker-compose —version command on the subsequent step with no additional configuration.

Test the installation.

Install Compose on Linux systems

On Linux, you can download the Docker Compose binary from the Compose repository release page on GitHub. Follow the instructions from the link, which involve running the curl command in your terminal to download the binaries. These step-by-step instructions are also included below.

For alpine , the following dependency packages are needed: py-pip , python3-dev , libffi-dev , openssl-dev , gcc , libc-dev , rust , cargo and make .

Run this command to download the current stable release of Docker Compose:

To install a different version of Compose, substitute 1.29.2 with the version of Compose you want to use.

If you have problems installing with curl , see Alternative Install Options tab above.

Apply executable permissions to the binary:

Note: If the command docker-compose fails after installation, check your path. You can also create a symbolic link to /usr/bin or any other directory in your path.

Optionally, install command completion for the bash and zsh shell.

Test the installation.

Alternative install options

Install using pip

For alpine , the following dependency packages are needed: py-pip , python3-dev , libffi-dev , openssl-dev , gcc , libc-dev , rust , cargo , and make .

Compose can be installed from pypi using pip . If you install using pip , we recommend that you use a virtualenv because many operating systems have python system packages that conflict with docker-compose dependencies. See the virtualenv tutorial to get started.

If you are not using virtualenv,

pip version 6.0 or greater is required.

Install as a container

Compose can also be run inside a container, from a small bash script wrapper. To install compose as a container run this command:

Install pre-release builds

If you’re interested in trying out a pre-release build, you can download release candidates from the Compose repository release page on GitHub. Follow the instructions from the link, which involves running the curl command in your terminal to download the binaries.

Pre-releases built from the “master” branch are also available for download at https://dl.bintray.com/docker-compose/master/.

Pre-release builds allow you to try out new features before they are released, but may be less stable.

Upgrading

If you’re upgrading from Compose 1.2 or earlier, remove or migrate your existing containers after upgrading Compose. This is because, as of version 1.3, Compose uses Docker labels to keep track of containers, and your containers need to be recreated to add the labels.

If Compose detects containers that were created without labels, it refuses to run, so that you don’t end up with two sets of them. If you want to keep using your existing containers (for example, because they have data volumes you want to preserve), you can use Compose 1.5.x to migrate them with the following command:

Alternatively, if you’re not worried about keeping them, you can remove them. Compose just creates new ones.

Uninstallation

To uninstall Docker Compose if you installed using curl :

To uninstall Docker Compose if you installed using pip :

Got a “Permission denied” error?

If you get a “Permission denied” error using either of the above methods, you probably do not have the proper permissions to remove docker-compose . To force the removal, prepend sudo to either of the above commands and run again.

Источник

Установите Docker и Docker Compose в Linux Mint 19

Как я могу установить Docker CE на Linux Mint 19 ?,

Как я могу установить Docker Compose на Linux Mint 19 ?

Это руководство ответит на поставленные выше вопросы и покажет пошаговую установку Docker и Docker Compose в Linux Mint 19.

Читайте также:  Windows создать пустой файл размером

Docker был контейнерным движком с момента его появления.

Он позволяет упаковывать и запускать приложения в изолированных контейнерах на одном хосте или кластере хостов Linux.

Docker Engine доступен в виде Community Edition (CE) и Enterprise Edition (EE).

В этом руководстве мы выполним установку Docker Community Edition на Linux Mint 19, используя следующие шаги.

Шаг 1: Установите пакеты-зависимости

Запустите установку, убедившись, что установлены все пакеты, используемые docker в качестве зависимостей.

Шаг 2: Добавьте официальный ключ GPG Docker:

Импортируйте ключ Docker GPG, используемый для подписи пакетов Docker.

Шаг 3: Добавьте репозиторий Docker в Linux Mint 19

Добавьте исходный репозиторий Docker в Linux Mint 19, чтобы вы могли установить последнюю стабильную версию Docker.

Команда выше добавит новую строку в файл дополнительных репозиториев.

Шаг 4: Установите Docker Engine и Docker Compose в Linux Mint 19

Обновите индекс пакетов apt.

Затем установите последнюю версию Docker CE и Docker Compose.

Группа Docker создана, но пользователи не добавлены.

Добавьте вашего обычного пользователя в группу для запуска команд Docker как непривилегированный пользователь.

Выйдите из системы и снова войдите в нее, чтобы вновь оценить членство в группе.

Запустите тестовый докейр-контейнер:

Теперь у вас на Linux Mint 19 установлены Docker Engine и Docker Compose.

Наслаждайтесь использованием контейнеров для запуска ваших сервисов.

Источник

Как установить Docker и Docker Compose в Linux Mint 19

Как установить Docker и Docker Compose в Linux Mint 19

Установка Docker CE на Linux Mint 19 ?, Как я могу установить Docker Compose на Linux Mint 19 ?. Это руководство ответит на вышеуказанные вопросы и покажет пошаговую установку Docker и Docker Compose в Linux Mint 19.

Docker был контейнерным двигателем defacto с момента его прибытия. Он позволяет упаковывать и запускать приложения в изолированных контейнерах на одном хосте или кластере хостов Linux.

Docker Engine доступен в Community Edition (CE) и Enterprise Edition (EE). В этом руководстве мы выполним установку Docker Community Edition на Linux Mint 19, используя следующие шаги.

Шаг 1: Установите пакеты Dependency

Запустите установку, убедившись, что установлены все пакеты, используемые docker в качестве зависимостей.

Шаг 2: Добавьте официальный ключ GPG Докера:

Импортировать ключ Docker GPG, используемый для подписи пакетов Docker

Шаг 3. Добавьте репозиторий Docker в Linux Mint 19

Добавьте исходный репозиторий Docker в Linux Mint 19, чтобы вы могли установить последнюю стабильную версию Docker.

Команда выше добавит новую строку в файл дополнительных репозиториев

Шаг 4: Установите Docker Engine и Docker Compose в Linux Mint 19

Обновите apt индекс пакета.

Затем установите последнюю версию Docker CE и Docker Compose

The docker группасоздан, но пользователи не добавлены. Добавитьваш обычный пользователь в группе для запуска команд Docker как Непривилегированная пользователь.

Выйдите из системы и снова войдите в нее, чтобы вновь оценить членство в группе.

Запустите тестовый док-контейнер:

Теперь у вас на Linux Mint 19 установлены Docker Engine и Docker Compose. Наслаждайтесь использованием контейнеров для запуска ваших сервисов.

Источник

How to Install Docker on Linux Mint

In the case of Linux, there are numerous ways that an app can be enjoyed. That can bring a lot of confusion and issues. For example, Debian, Ubuntu and other Debian/Ubuntu-based distros like Linux Mint use DEB packages as installable apps. For CentOS and RHEL, it’s RPM.

When a dev is working on an app, he has to keep that in mind. The fact that different Linux ecosystems work differently puts a hefty amount of stress on the development process. Why?

Let’s make things clear with an example. You generally can’t run a package that’s built for Debian/Ubuntu ecosystem on any other systems like CentOS and RHEL. The opposite is also true. The problem can be avoided using various techniques. But at the enterprise level, there has to be something that makes this type of action really easy.

This is where Docker comes into play. There are also other ways of enjoying universal Linux apps like snap. Learn how to use snap packages on Ubuntu and Ubuntu-based distros.

What Docker is

So, what is Docker? Docker is a special tool that’s designed especially for easier creation, deployment, and running Linux apps using “containers”. In Docker’s terms, “containers” are a pre-bundled environment where Linux apps can run in an expected and repeatable fashion. The containers come up with all the essential resources (libraries and other dependencies). This allows the same container to run on every supported Linux platform.

Читайте также:  Windows 10 блокирует соединения

As you can guess, this makes things A LOT easier for the developer. Being free from the concern of portability, devs can focus fully on the app itself and make it way better.

In a sense, Docker works like a virtual machine. However, it’s significantly different at the core level. In the case of virtualization, the “guest” environment is created on top of the “host”. However, in the case of Docker, containers are allowed to access hardware resource directly via the host’s kernel, especially on the Linux systems. In addition, only those packages that are not available on the “host” system is packed inside Docker. Both of these features together offer a huge boost in both performance and the size of each containers (smaller and lighter).

So, why use Docker? It’s open-source with a HUGE community behind it. It has already found its place in the professional workspace. It’s also possible to extend the features of Docker to meet anyone’s needs and add additional features that don’t arrive out-of-the-box.

However, for developing a Docker container, the security has to be ensured. Docker offers quite good security measurements for apps running in such a shared environment. However, containers, by themselves, aren’t an alternative to taking full-fledged security measures.

Who is Docker for?

Docker is a tool that’s meant to benefit the full set of modern IT and software development professionals including the newish field of DevOps.

For software developers, Docker is a big relief. There’s no more necessary for worrying about cross-platform compatibility. With thousands of already-available apps, developers can get a head start in their Docker container development.

For operations and staff, Docker offers the ultimate flexibility. It potentially reduces the number of systems necessary. Docker itself creates only a small footprint and lower overhead.

Getting Docker on Linux Mint

For Linux devs/users, Docker can become an integral part. Using Docker, it’s possible to perform seemingly impossible tasks with ease.

In the case of Linux Mint, let’s get Docker ready!

Installing Docker from repo

Note – I’ll be installing Docker CE (Community Edition) for the guide. It’s free and open-source with extreme flexibility for both developers and small teams. For getting started with Docker, Docker CE is the best spot.

At first, it’s STRONGLY recommended to make sure that there’s no version of Docker installed previously.

It’s completely okay to have none of these packages installed previously.

Make sure that APT cache is up-to-date.

By default, APT doesn’t use HTTPS. Install the following packages that will allow APT to use a repository over HTTPS.

For enabling the Docker repo, the official Docker key is important. Time to add the official GPG key of Docker into the APT keyring.

Even after the successful addition of the key, it’s safe to verify the key. Run the following command –

In the case of Docker, there are 3 different repositories – “stable” (recommended for everyone), “nightly” or “test”. Let’s configure the “stable” repo.

Note – If you wish to configure any other repo (nightly or test), just change the “stable” from the command into “nightly” or “test” (without quotes).

Once the repositories have been added, it’s necessary to refresh the APT cache again.

Finally, install the latest version of Docker CE and containerd.

Optional

If you’re interested in a certain version of Docker CE, then follow the following procedures.

Run the following command for listing all the available versions –

Once you’ve made your mind, time to install that version! Run the following command –

Here, the should be replaced with something like “18.06.0

ubuntu” (without quotes).

Installing Docker using DEB

Docker is also kind enough to provide an installable DEB package for Debian, Ubuntu and derivatives.

Note – In my case (Linux Mint 19.1 Tessa, based on Ubuntu 18.04 Bionic), I have to choose Bionic. Depending on your Linux Mint version, this may differ. Check out all the available package base for Linux Mint.

Go to pool >> stable.

Now, download the latest versions of containerd and docker-ce-cli or docker-ce.

Install them using APT –

/ Downloads /
sudo apt install . /* .deb

Verifying Docker installation

Run the following command from a terminal –

According to the message, this command is the surefire way of verifying a successful Docker installation.

About the author

Sidratul Muntaha

Student of CSE. I love Linux and playing with tech and gadgets. I use both Ubuntu and Linux Mint.

Источник

Оцените статью