this post was submitted on 01 Feb 2025
11 points (86.7% liked)
Docker
1182 readers
2 users here now
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Docker Desktop on ubuntu? I didn't even know it ran on Ubuntu.
Check your system logs
journalctl --pager-end
and search for docker. If you haven't used it before enter?docker
and hit enter. That'll search backwards for docker. Or openjournalctl --follow
in one window and watch the logs, then do what you did before.Honestly though, I'd not use docker desktop and use straight docker in the command line. I have no idea what Docker Desktop on linux is for as you have to run
docker compose up
anddocker run
in the command line anyway, right?Anti Commercial-AI license