Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 210 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 210 Bytes

Lima on macos

Setup lima

brew install lima
limactl create default
limactl start default

Build project

lima nerdctl build -t foo .
lima nerdctl run -d -p 127.0.0.1:80:80 foo