We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
RedisContainer container = RedisContainer.builder("latest") .port(0) .build(); container.start(); int port = container.port();
LocalstackContainer container = LocalstackContainer.builder("0.14") .port(0) .build(); container.start(); // int assignedPort = container.port(); AmazonDynamoDB amazonDynamoDB = container.dynamoDB(); createTable(amazonDynamoDB); ...
The text was updated successfully, but these errors were encountered:
#76 - Support random ports
10cba08
f28557f
rbygrave
No branches or pull requests
The text was updated successfully, but these errors were encountered: