added dockerfile and docker compose
This commit is contained in:
15
docker-compose.yaml
Normal file
15
docker-compose.yaml
Normal 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
|
||||
Reference in New Issue
Block a user