logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cdist-type__docker - install Docker CE

Authors

       Steven Armstrong <steven-cdist--@--armstrong.cc>

Boolean Parameters

       None.

Copying

       Copyright (C) 2016 Steven Armstrong. Free use of this software is granted under  the  terms  of  the  GNU
       General Public License version 3 (GPLv3).

Description

       Installs latest Docker Community Edition package.

Examples

          # Install docker
          __docker

          # Remove docker
          __docker --state absent

          # Install specific version
          __docker --state present --version 18.03.0.ce

Name

       cdist-type__docker - install Docker CE

Optional Parameters

state  'present' or 'absent', defaults to 'present'

       version
              The  specific  version to install. Defaults to the special value 'latest', meaning the version the
              package manager will install by default.

Required Parameters

       None.

See Also