Skip to content

Install Container Engine

Masaharu Hayashi edited this page Jan 7, 2020 · 24 revisions

For Ubuntu

Set up OS

  1. configure virtual memory
echo "vm.max_map_count = 262144"|sudo tee -a /etc/sysctl.conf

Install Docker Engine

see https://docs.docker.com/install/linux/docker-ce/ubuntu/

sudo apt-get update
sudo apt-get install \
    apt-transport-https \
    ca-certificates \
    curl \
    gnupg-agent \
    software-properties-common

Install Docker-Compose

Clone this wiki locally