fwilhe2 / dev

lima-based development environment

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dev

lima-based development environment

This is to be used with the VS Code SSH Remote plugin

limactl create --name dev dev.yaml
limactl start dev
less +F ${LIMA_HOME:-$HOME/.lima}/dev/serial*.log
echo "Include ${LIMA_HOME:-$HOME/.lima}/dev/ssh.config" >> ~/.ssh/config
limactl shell dev

Connect to vs code ssh remote plugin via name 'lima-dev'

Container Toolbox

Container Toolbox

Fedora image based on: https://github.com/containers/toolbox

toolbox create --image=docker.io/fwilhe2/dev-fedora

Debian image based on: https://github.com/toolbx-images/images

toolbox create --image=docker.io/fwilhe2/dev-debian

About

lima-based development environment

License:Apache License 2.0


Languages

Language:Dockerfile 87.9%Language:Shell 12.1%