mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-27 09:15:10 +00:00
10 lines
228 B
Markdown
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
|
|
```
|