Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run App on local Cloud Run Emulator with Podman (macOS) #945

Open
tanguynicolas opened this issue Oct 18, 2024 · 2 comments
Open

Run App on local Cloud Run Emulator with Podman (macOS) #945

tanguynicolas opened this issue Oct 18, 2024 · 2 comments
Labels

Comments

@tanguynicolas
Copy link

Use case

Due to company restrictions, I can't run Docker Desktop (or VirtualBox driver with docker-machine). Cloud Code tell me:

Dependency check failed
Docker is not installed

Feature

Add the possibility of using something other than Docker, such as Podman, and highlight this possibility on the booststrap page of the .vscode/launch.json file.

@neurohrer-mms
Copy link

neurohrer-mms commented Feb 6, 2025

same for intellij plugin. is there a solution or at least work in progress?

seems like a general issue, as the cli is responing in the same way.

ERROR: (gcloud.beta.code.dev) Cannot locate docker on $PATH. Install docker from https://docs.docker.com/get-docker/.

@neurohrer-mms
Copy link

playing around now for some days i could make it work somehow...

  • create a symlink to podman with the name "docker" -> alias is not working
  • setup minikube manually with podman as default driver

for now the docker build is invoked. not reached the serving part yet.

@bendowski bendowski added the kind/enhancement New feature or request label Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants