This guide uses Docker to run OPNsense.
For Docker installation, see Docker.
Create a directory to store your configuration and compose files.
mkdir -p /opt/opnsense
cd /opt/opnsense
Define a container for OPNsense.
services:
opnsense:
image: opnsense: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.