/dev

lima-based development environment

Primary LanguageDockerfileApache License 2.0Apache-2.0

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