How to run without docker desktop for Linux #727
Replies: 6 comments 2 replies
-
Warden requires a docker services. It doesn't have to be Docker Desktop, you can replace it with something like OrbStack for MacOS, Lima or Colima, containerd with nerdctl. Now you may have to add some aliases if the solution doesn't automatically have an alias for the "docker" command. That being said, I'd like to hear what permissions problems you're having with Docker Desktop and Warden. |
Beta Was this translation helpful? Give feedback.
-
@bap14 Can't I run warden with docker engine only? |
Beta Was this translation helpful? Give feedback.
-
@ortoDev Warden requires a Docker engine that is compatible with the standard Docker commands ( |
Beta Was this translation helpful? Give feedback.
-
Thanks @bap14 I need to add manually every host in my hosts file to see them in browser |
Beta Was this translation helpful? Give feedback.
-
@ortoDev So if you go to https://traefik.warden.test do you see the Traefik dashboard? If not, then I'd ask you to run |
Beta Was this translation helpful? Give feedback.
-
I'm working with colima on a mac and I'm unable to install docker-compose-plugin … I tried setting the DOCKER_COMPOSE_COMMAND to "hack" in the "old" version 2 of There is no way (at least I didn't find any in the last 45 minutes) to install the docker-compose-plugin via homebrew. Now I'm a bit stuck 😄 Any suggestions from anyone who had the same issue? 🤞 |
Beta Was this translation helpful? Give feedback.
-
Version of Warden
0.14.1
Operating System and Installation Method
Debian12 via brew
Describe the Bug
Docker Desktop for linux has severe permissions problems that makes warden unusable.
There is a way to run warden without having docker desktop installed?
To Reproduce
Expected Behavior
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions