Skip to content
Snippets Groups Projects
Commit d4d3f264 authored by jurgenhaas's avatar jurgenhaas
Browse files

Remove non persistent containers when completed

parent 595af7b7
No related branches found
Tags 2.0.0-beta2
No related merge requests found
...@@ -88,7 +88,7 @@ function startContainer() { ...@@ -88,7 +88,7 @@ function startContainer() {
--env WORKDIR=${WORKDIR} --env WORKDIR=${WORKDIR}
--env SSHAUTH=${SSHAUTH} --env SSHAUTH=${SSHAUTH}
) )
docker run -it \ docker run -it --rm \
"${start_params[@]}" \ "${start_params[@]}" \
registry.lakedrops.com/docker/l3d/php-${PHP_VERSION}:${L3DVERSION} \ registry.lakedrops.com/docker/l3d/php-${PHP_VERSION}:${L3DVERSION} \
/usr/local/bin/.start /usr/local/bin/.start
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment