8000 GitHub - simonguest/lima-conf: Lima Configuration Files for Docker-based Development
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

simonguest/lima-conf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Lima Configuration Files for Docker-based Development

A collection of Lima configuration files to support docker-based development.

Using (macOS)

First, install Lima using Homebrew:

brew install lima

Start Lima using configuration:

limactl start dockerd.yaml

limactl start containerd.yaml

Configure socket (for dockerd):

export DOCKER_HOST=unix://${HOME}/docker.sock

or create alias (if using containerd):

alias docker="lima nerdctl"

Testing

Simple build:

docker pull ubuntu:latest

docker run -ti ubuntu:latest /bin/bash

Test volume mounting (replace SRC with local path to mount in the container):

docker run -v [SRC]:/mnt/tmp:rw -ti ubuntu:latest /bin/bash

About

Lima Configuration Files for Docker-based Development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0