Docker module: Install
Install or reinstall the latest Docker Engine from Docker and set up user permissions for managing containers and images.
Example
Install Docker and set permissions to username
:
space -m docker /install/ -- "username"
Exit status code is expected to be 0 on success.
Edit this page