frappe_docker/guides/install_dockers_on_ubuntu.md
2021-02-01 17:19:59 +01:00

10 lines
228 B
Markdown

# Install docker on Ubuntu
## Step
Follow this [guide](https://noviello.it/come-installare-e-configurare-docker-su-ubuntu-20-04-lts/).
After the installation do:
```shell
sudo setfacl -m user:mauro:rw /var/run/docker.soc
```