Questions tagged [colima]

47 questions
0
votes
1 answer

how to manage colima <> docker effectively

Im trying to learn more about docker with colima especially on apple-silicon, so far... I understand the basics of it and how both actually work together. But I do have some question about how to manage it so far as : - stopping colima directly…
0
votes
1 answer

There is a proper way to run Intel-specific docker containers on Mac M1?

Im working on web-application that uses IBM MQ as a message broker. I want to setup environment for integration tests via testcontainers, but there is no IBM MQ container for ARM arhitecture, so using Docker as a container manager is not a proper…
red_sun
  • 11
  • 1
0
votes
0 answers

Getting "Could not read settings file '/app/settings.gradle' as it is a directory." when running docker compose run command

I have been able to run my tests locally using docker via colima previously, but since a couple of days I am getting this error: Could not read settings file '/app/settings.gradle' as it is a directory. Unable to figure out what could have gone…
0
votes
2 answers

Permission denied when spinning up a neo4j container via colima

I recently switched from Docker Desktop to colima and I've been unable to start a neo4j container eversince. When I run docker-compose, I get the following errors in docker logs, causing neo4j to crash: > docker logs neo4j Changed password for user…
Mikaal Anwar
  • 1,720
  • 10
  • 21
0
votes
0 answers

Using Colima I am getting `error: Metrics API not available` when running `kubectl top nodes` on Mac

I am using Colima version 0.4.6 on Mac 12.6.1 I am trying to create a test Ubuntu pod for training purposes found here How can I keep a container running on Kubernetes? . After creating that pod and running kubectl get pods that pod is hanging in…
0
votes
1 answer

Colima, PyCharm, and AWS SAM - cannot find pydevd.py

Running a Mac M1 trying to start AWS SAM inside a Docker container through PyCharm fails with START RequestId: 35db17a5-d684-4ffa-b3ad-d50e253561b7 Version: $LATEST /var/lang/bin/python3.9: can't open file '/tmp/lambci_debug_files/pydevd.py': [Errno…
Chris
  • 3,437
  • 6
  • 40
  • 73
0
votes
0 answers

AWS SAM Docker - Set actual memory limit used for function invokation

I'm trying to launch a lambda function for local development inside a docker container using AWS SAM. The gotcha here is I'm running on a Macbook using a M1 chipset and I have a base container which must be executed on x86_64 chips (Oracle thick…
Chris
  • 3,437
  • 6
  • 40
  • 73
0
votes
1 answer

After brew/ddev upgrade (Colima), I can't start ddev (out of space, images and volumes lost)

I use Colima with DDEV and I ran the brew update and upgrade command and it updated ddev. After that, when I run 'ddev start' on my local, it starts downloading the ddev-webserver and after that it gives me the following error: e54debc59c92:…
hmartens
  • 33
  • 5
0
votes
1 answer

ERROR when creating Drupal Project with DDEV: "Existing settings.php file includes settings.ddev.php Ensuring write permissions for folder "

I am using Mac and I'm trying to open a Drupal project. I'm using "ddev composer create "drupal/recommended-project" --no-install" command and get a permissions error every time. It doesn't matter if I am using Colima or Ddev. I gave the project…
EvilArgest
  • 25
  • 4
0
votes
0 answers

Colima unable to recognise service name in connection string ORA - 12514

I am using Apple M1 Pro chip laptop. Need to have oracle DB for which docker desktop is not working(known issue with M1 chip) Workaround that I found was to use colima (it worked for my colleagues with M1 chip) However, I am facing issue with colima…
Sammidbest
  • 463
  • 2
  • 10
  • 20
0
votes
2 answers

Running ddev with colima in external hard disk or anywhere besides home directory

I'm trying to run ddev outside my home directory. Colima is the docker platform. I'm wondering how I am able to make it fully run in an external hard disk. I've added a Drupal9 site in my external hard disk and ran ddev config. I then started it…
0
votes
3 answers

Xdebug inside Colima docker container doesn't connect to PhpStorm debugger on Mac

I am trying to use Colima to run an apache-php docker container. My uni provides docker images derived from upstream ones configured for our course using docker-compose. The container works as it should but I can't get its Xdebug to connect to my…
Atemu
  • 295
  • 3
  • 12
0
votes
1 answer

rails7 app is not accessible from browser on local machine when running in container locally

I have rails7 app running in container fine. but I cant access it from 'outside' seems like docker/colima is not forwarding port, but other apps (sinatra) on the same settings works fine. docker run -d -p 5678:5678 rails7_docker:v1 ... EXPOSE…
user_pruser
  • 422
  • 2
  • 13
-1
votes
1 answer

Colima runtime on macOS: /var/lib/docker/overlay2/ : No such file or directory (os error 2)

I am getting the error "/var/lib/docker/overlay2/": No such file or directory (os error 2)" when trying to run a Docker container on macOS using the Colima runtime. I have tried adding "storage-driver": "devicemapper" to my…
-1
votes
1 answer

When I do colima ssh I am still in my current working directory with just colima prompt

I don't know what is happening here, I thought I would be inside the VM.
KHS
  • 59
  • 4