Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 1.36 KB

docker.md

File metadata and controls

19 lines (17 loc) · 1.36 KB

Docker

Install docker from official repository. This playbook use this page to install docker. Before installing docker, this playbook install all required system packages. Than, add docker GPG key from official repository. After, add docker-ce repository to apt. Finally, it will install docker, run and enable to run in the background. After docker is installed, the playbook will install docker module for python using python3 as interpreter. This part is necessary to use docker without sudo, for more information access this. It create docker group, add current user in this group and change docker directory ownership and permissions to current user.

Variables