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 v2.4.1 v2.4.2
No related merge requests found
......@@ -88,7 +88,7 @@ function startContainer() {
--env WORKDIR=${WORKDIR}
--env SSHAUTH=${SSHAUTH}
)
docker run -it \
docker run -it --rm \
"${start_params[@]}" \
registry.lakedrops.com/docker/l3d/php-${PHP_VERSION}:${L3DVERSION} \
/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