https://github.com/matsukaz/docker-on-lima
YAML Settings to use Docker on Lima
https://github.com/matsukaz/docker-on-lima
docker lima
Last synced: 28 days ago
JSON representation
YAML Settings to use Docker on Lima
- Host: GitHub
- URL: https://github.com/matsukaz/docker-on-lima
- Owner: matsukaz
- License: apache-2.0
- Created: 2021-09-12T11:57:22.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-12T12:25:07.000Z (almost 5 years ago)
- Last Synced: 2025-11-30T22:12:33.178Z (7 months ago)
- Topics: docker, lima
- Homepage:
- Size: 3.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker on Lima
Use Docker on LIma.

## 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`
```sh
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