Skip to content

Commit

Permalink
debug: check all containers
Browse files Browse the repository at this point in the history
  • Loading branch information
josegonzalez committed May 25, 2024
1 parent 3ecc778 commit cac4953
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/link_networks.bats
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ teardown() {
assert_output "custom-network"
assert_success

run docker container ls -a
echo "output: $output"
echo "status: $status"
assert_success

run docker inspect dokku.$PLUGIN_COMMAND_PREFIX.ls -f '{{range $net,$v := .NetworkSettings.Networks}}{{printf "%s\n" $net}}{{end}}'
echo "output: $output"
echo "status: $status"
Expand Down

0 comments on commit cac4953

Please sign in to comment.