docusealco / docuseal

Open source DocuSign alternative. Create, fill, and sign digital documents ✍️
https://www.docuseal.co
GNU Affero General Public License v3.0
5.55k stars 369 forks source link

Error with docker install #239

Closed HumanG33k closed 3 months ago

HumanG33k commented 3 months ago

On current debian testing, not a docker expert.

sudo docker run --name docuseal -p 3000:3000 -v.:/data docuseal/docuseal
[...]
Unable to find image 'docuseal/docuseal:latest' locally
latest: Pulling from docuseal/docuseal
[...]
Status: Downloaded newer image for docuseal/docuseal:latest
docker: Error response from daemon: create .: volume name is too short, names should be at least two alphanumeric characters.
omohokcoj commented 3 months ago

@HumanG33k which version of docker are you using?

omohokcoj commented 3 months ago

@HumanG33k it seems like the issue is caused by the old docker version

HumanG33k commented 2 months ago

hi @omohokcoj
Sry for "late" response but for me github issue is like irc (slow communication way).

I know debian stuff is "old", i will retry soon, but for what i remember i used debian testing.

Is there is a manual install documentation somewhere ? find nothing about in https://www.docuseal.co/docs or in the readme. Maybe i should just read the docker compose ?