| Method and Description |
|---|
| org.testcontainers.vault.VaultContainer.withLogLevel(VaultLogLevel)
use
GenericContainer.withEnv(String, String) instead |
| org.testcontainers.vault.VaultContainer.withSecretInVault(String, String, String...)
use
VaultContainer.withInitCommand(String...) instead |
| org.testcontainers.vault.VaultContainer.withVaultPort(int)
the exposed port will be randomized automatically. As calling this method provides no additional value, you are recommended to remove the call. getFirstMappedPort() may be used to obtain the listening vault port.
|
| Constructor and Description |
|---|
| org.testcontainers.vault.VaultContainer()
use
VaultContainer(DockerImageName) instead |