Skip to content

matsukaz/docker-on-lima

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Docker on Lima

Use Docker on LIma.

Demonstration

Getting Started

Prerequisites

brew install lima docker

Installation

Copy lima_with_docker.yaml to the local environment.

curl -O https://raw.githubusercontent.com/matsukaz/docker-on-lima/main/lima_with_docker.yaml

Create lima instance using lima_with_docker.yaml

limactl start lima_with_docker.yaml

Set DOCKER_HOST to connect to the Docker daemon running on Lima.

export DOCKER_HOST=tcp://127.0.0.1:61123

Wait a few seconds for the Docker daemon to be installed and started on Lima.

$ docker ps
CONTAINER ID   IMAGE     COMMAND   CREATED   STATUS    PORTS     NAMES

License

Apache License 2.0

About

YAML Settings to use Docker on Lima

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published