Skip to content

Commit

Permalink
show the output of docker network create
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasyang2022 committed Oct 10, 2024
1 parent 90183e2 commit dad461c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-functional-tests
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ create_node() {
for index in ${!HA_NETWORK_ARRAY[@]};do
network=${HA_NETWORK_ARRAY[$index]}
info "Create ha specific docker network \"$network\"..."
docker network create --ipv6 --subnet ${HA_NETWORK_V6_ARRAY[$index]} $network &> /dev/null
docker network create --ipv6 --subnet ${HA_NETWORK_V6_ARRAY[$index]} $network
done

echo -n 'cgroups: '
Expand Down

0 comments on commit dad461c

Please sign in to comment.