adelpro

Results 9 comments of adelpro

### The same issue, are there any fix?

Forgotten " typo

I will give it s try thinks

same error, this is what I get when I run the command `ls -ld /var/lib/docker` ``` root@ubunto:~# ls -ld /var/lib/docker drwxr-xr-x 2 755 root 4096 May 6 13:02 /var/lib/docker ```

Using `docker info` command, i get this: ``` .... Docker Root Dir: /var/snap/docker/common/var-lib-docker .... ``` The default docker root is 'var/snap/...' not 'var/lib/...'

@Siumauricio 1- Yes i have already installed docker before running the install command ( im using docker for other things) 2- im running Ubuntu server on a local pc and...

> can you try this ? > > 1. sudo su > 2. curl -sSL https://dokploy.com/install.sh | sh I tried, same error

> Have you found a solution for this @adelpro ? > Can you reinstall docker? > Unfortunately i can't reinstall docker i have other containers up and running. I tried...

I finally installed, my docker was installed on ubuntu server using snap, i uninstalled docker then re-installed using the official documentation ([link here](https://docs.docker.com/engine/install/ubuntu/#install-using-the-repository)) Then i used the official install script...