Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michaelpalacce/ansible-docker

Installs docker
https://github.com/michaelpalacce/ansible-docker

Last synced: 22 days ago
JSON representation

Installs docker

Awesome Lists containing this project

README

        

A simple ansible role that installs the latest version of Docker.

This package closely follows the guide at: https://docs.docker.com/engine/install/ubuntu/

# Supported variables

~~~
arch
~~~
Define your current ubuntu architecture.
Possible values: `amd64`, `armhf`, `arm64`.
Defaults to: `amd64`.