This guide uses Docker to run OpenWrt.
For Docker installation, see Docker.
Create a directory to store your configuration and compose files.
mkdir -p /opt/openwrt
cd /opt/openwrt
Define a container for OpenWrt.
services:
openwrt:
image: openwrt:latest
network_mode: host
Start the container in the background.
docker compose up -d
Any questions?
Feel free to contact us. Find all contact information on our contact page.