version: '3.8' services: qadocker: build: . container_name: toolbox-qadocker volumes: - .:/workspace - /var/run/docker.sock:/var/run/docker.sock # Allow Docker-in-Docker if needed working_dir: /workspace stdin_open: true tty: true command: bash