Replying to #go message
Hi Karl, we are working on a feature to customize how to run the engine container. In the meantime you could add a shell script called docker in your shell’s search path:
cat > /usr/local/bin/docker <<‘EOF’
#!/bin/sh
orb docker $*
EOF
chmod +x /usr/local/bin/docker
After that, dsgger should execute the script as if it were regular docker.