colima
colima copied to clipboard
Container runtimes on macOS (and Linux) with minimal setup
### Description Fresh install of colima for local testing. ``` $ colima start INFO[0000] starting colima INFO[0000] runtime: docker INFO[0000] creating and starting ... context=vm > "[hostagent] failed to exit...
### Description I had to run `colima start` more than 5 times for it to start correctly. I am running from AWS-hosted M1 and M2 machines. Output follows: ```bash colima...
### Description Hello there I've followed 'security policy' procedure outlined in https://github.com/abiosoft/colima/security and provided detail input about a potential issue with Colima. It's been more than 30 days and I...
### Description `host.docker.internal` is not resolvable depending on how `systemd-resolved` orders the nameservers. This only happens when `--network-address` is used and happens "randomly" depending on how it decides to order...
### Description After docker build fails due to process OOM, colima becomes unresponsive and requires a restart. ### Version On MacOS M3 colima version 0.7.0 git commit: 4b14e8a runtime: docker...
### Description Colima containers are not able to access the local network. Possible cause: After recent macos updates, local network access for applications must be specifically enabled via System Settings....
There is a bug with nerdctl where nerdctl inspect .... returns invalid json in form of [{container1}][{container2}]... instead of [{container1},{container2}] its addressed in this bugissue on nerdctl https://github.com/containerd/nerdctl/issues/3006 By the...
### Discussed in https://github.com/abiosoft/colima/discussions/1150 Lima does not allow x86_64 aarchitecture on VZ engine. ``` -> % limactl start --arch x86_64 --vm-type vz FATA[0001] the YAML is invalid, saved the buffer...
### Description It would appear as if the `colima restart` command doesn't behave as I would expect/imagine but maybe it's like that by design in my specific scenario. I am...
### Description Newlines in container stdout are converted to CRLF. Example: ``` tuure ~ $ docker run --rm -it ubuntu:24.04 sh -c 'echo "a\nb"' | xxd 00000000: 610d 0a62 0d0a...