added dockerfile and docker compose

This commit is contained in:
2026-02-10 13:11:58 +01:00
parent 1a25dcb977
commit fb103aaa99
8 changed files with 217 additions and 4 deletions

15
docker-compose.yaml Normal file
View File

@@ -0,0 +1,15 @@
services:
toid:
image: toid
container_name: toid
privileged: true
network_mode: host
volumes:
- ./:/ros_ws/src
entrypoint: ["sleep","infinity"]
profiles:
- base