...
For example, if you want to automatically clean up the container and remove its file system when it exits, use the --rm
command as follows:
Code Block | ||
---|---|---|
| ||
docker run --cpus 4 -e Coordinator= IncrediBuild1 -e CoordinatorPort=31104 -e BuildServicePort=31105 -e BuildHelperPort=31106 --rm -it -p 31105:31105/tcp -p 31106-31109:31106-31109/tcp incredibuild:9.4.6 |