mirror of
https://github.com/status-im/consul.git
synced 2025-01-10 13:55:55 +00:00
remove container after docker run exits (#5798)
This commit is contained in:
parent
119bd02368
commit
19f44cd1cc
@ -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…
x
Reference in New Issue
Block a user