remove container after docker run exits (#5798)

pull/5800/head
Alvin Huang 6 years ago committed by GitHub
parent 119bd02368
commit 19f44cd1cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -92,7 +92,7 @@ function get_envoy_stats_flush_interval {
}
function docker_consul {
docker run -ti --network container:envoy_consul_1 consul-dev $@
docker run -ti --rm --network container:envoy_consul_1 consul-dev $@
}
function must_match_in_statsd_logs {
@ -164,4 +164,4 @@ function gen_envoy_bootstrap {
echo "$output"
return $status
fi
}
}

Loading…
Cancel
Save