diff --git a/DockerRun.sh b/DockerRun.sh index 0e2d98330..acc93f547 100755 --- a/DockerRun.sh +++ b/DockerRun.sh @@ -20,6 +20,8 @@ docker run \ --privileged=true \ `# Attach tty for running bambu with command line things` \ -ti \ + `# Remove container when it is finished` \ + --rm \ `# Pass all parameters from this script to the bambu ENTRYPOINT binary` \ bambustudio $*