-
Notifications
You must be signed in to change notification settings - Fork 56
Open
Description
Hello!
I am using colima, to run x64 dockers in M1 (this is required for some components of our project).
For an example only, I've performed these commands on my M1:
brew install docker
brew install colima
colima start --arch x86_64 --cpu 4 --memory 6 --disk 20 --network-address --layer=true
After this is done, I can create docker containers using the regular docker commands.
To login within the colima machine, we can use:
colima ssh
I've checked and colima kernel have the wireguard support:
root@colima:~# ip link add dev wg0 type wireguard
root@colima:~# ip addr | grep wg0
16: wg0: <POINTOPOINT,NOARP> mtu 1420 qdisc noop state DOWN group default qlen 1000
From this point, what would be the best way to plug your tool with this environment?
zhelyan, guicassolato and RafalSkolasinski
Metadata
Metadata
Assignees
Labels
No labels