https://rancher.com/ logo
#lima
Title
c

clean-fireman-4784

06/01/2022, 9:31 AM
Hi everyone, I'm using the docker template on my mac M1. This works really great. Now I'm trying to find a way to import certificates in the lima vm. This is needed because of a proxy that I use. Is it possible to copy them from the host into the vm during the creation of the vm? or Is it possible to create my own ubuntu vm image?
f

fast-garage-66093

06/01/2022, 5:21 PM
Both are possibilities, but you can just add the certs to your
lima.yaml
config file: lima/default.yaml at master · lima-vm/lima
You can try
limactl edit docker
(after stopping the instance) to make the change if you don't want to create a new instance
c

clean-fireman-4784

06/02/2022, 8:14 AM
thanks, adding the caCerts works 🙂
4 Views