plugins

Home

Examples

Plugins

Components

News

docker-engine

version: 0.1.18 |  date: 09/12/2025 |  installs docker engine |  source code

# SYNOPSIS

Installs docker engine on Linux box

# INSTALL

    $ s6 --install docker-engine

# API

```raku
#!raku
  task-run "install", "docker-engine", %(
    :cli_only,
  );
```

Parameters:

* `cli_only`

Install docker cli only. Optional.

# Platforms supported

* Ubuntu

* Debian

# Author

[Alexey Melezhik](mailto:melezhik@gmail.com)

# See also

[https://docs.docker.com/engine/installation/linux/ubuntulinux](https://docs.docker.com/engine/installation/linux/ubuntulinux/)