Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 496 Bytes

docker.md

File metadata and controls

11 lines (7 loc) · 496 Bytes

Docker

This is a simple Docker setup that I use for my projects. It is based on the docker-compose file and LXC containers.

Running Docker inside LXC

By default, I always use ttek to create my containers. This is a script that I use to automate the process of creating LXC containers with Docker. The script is available at Docker LXC

bash -c "$(wget -qO - https://github.com/tteck/Proxmox/raw/main/ct/alpine-docker.sh)"