copy docker_defaults.env
to a file named .env
in same directory e.g.
cp docker_defaults.env .env
Get list of your video devices. An app like v4l2-ctl
should help:
v4l2-ctl --list-devices
Make any changes you need (use nvidia gpu, update images, change video volume mapping) to the newly created .env
file.
- v4l2loopback
- Docker
- docker-compose
- Start it up:
docker-compose up --build
(ordocker-compose up -d --build
) - Stop and remove containers:
docker-compose down
- Note: Ctrl-C is currently stops the containers instead of changing images
- You can instead rebuild with new settings:
docker-compose up -d --build
- You can instead rebuild with new settings: