Closed alelom closed 6 months ago
are you
If yes then that might be the root of the issue, either way the one liner itself obviously work in a "normal" environment, that would be insane otherwise, You might want to check:
If you can't pin the issue, try to install into a different directory by changing the bind directory in the command
I just wanted to report what was the actual issue.
The issue is with the Docker installation that comes shipped with Ubuntu. You need to uninstall it and then follow the official Docker installation instructions. See this: https://stackoverflow.com/questions/52526219/docker-mkdir-read-only-file-system#comment106888743_52566470
After doing that, I was able to install Cosmos without trouble using the single liner.
I came back to this because I also was experiencing other issues with Docker on my Ubuntu server, I suspect the source was the same.
Maybe worth pointing this out in the installation instructions given that this can be a common hiccup for Ubuntu users (others have reported it on Reddit and Discord).
You mean there was a pre-installed Docker on your ubuntu install?? Which distro is it exactly? Ubuntu server or desktop? Was it Docker Desktop (with the UI) ?
Which distro is it exactly? Ubuntu server or desktop? Was it Docker Desktop (with the UI) ?
Ubuntu Server 24.04 LTS (no GUI) as stated in the issue. From terminal (no docker desktop).
You mean there was a pre-installed Docker on your ubuntu install??
Yes, if so selected during the Ubuntu install:
This option must be toggled off, or Docker needs to be re-installed as explained in my previous post, where I also left a Reddit post link showing that it can indeed happen to other people.
Good to know thanks
What happened?
Ubuntu server 24. When running the one-liner installer:
I get:
The container is started, but I cannot connect to Cosmos-cloud.
Some users report elsewhere that this can be worked around using docker compose. I can confirm that the workaround works for me too. It consists in changing the
config
filepath in the yaml file.I still wonder why the workaround is required and why the one-liner fails.
What should have happened?
The error should not appear.
How to reproduce the bug?
Relevant log output
No response
Other details
No response
System details