Skip to content

Commit

Permalink
Make docker network explicit
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Costanzo <[email protected]>
  • Loading branch information
ianco committed Dec 13, 2024
1 parent d1df56b commit 19a028d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scenarios/examples/simple_restart/example.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,13 @@ async def main():
environment={'RUST_LOG': 'aries-askar::log::target=error'},
healthcheck=alice_container.attrs['Config']['Healthcheck'],
name='alice',
network='simple_restart_default',
ports=alice_container.attrs['NetworkSettings']['Ports'],
)
print(">>> new container:", 'alice', json.dumps(new_alice_container.attrs))

wait_until_healthy(new_alice_container)
print(">>> new alice container is healthy")

# TODO run some more tests ... alice should still be connected to bob for example ...

Expand Down

0 comments on commit 19a028d

Please sign in to comment.