| Package | Description |
|---|---|
| com.github.dockerunit.core.annotation |
| Modifier and Type | Class and Description |
|---|---|
interface |
Command
Provides a command that should be executed when running the container.
|
interface |
Env
Allows declaration of environment variables for your svc.
|
interface |
PublishPort
Equivalent of -p option in docker run.
|
interface |
PublishPorts
Equivalent of -P in docker run
Tells Docker to map every port that is exposed by the container on a randomly
port on the host network interface.
|
interface |
RepeatablePublishPort
Wrapper annotation to allow multiple declarations of PublishPort
|
interface |
RepeatableVolume
Wrapper annotation to allow repeated usage of Volume
|
interface |
Volume
Equivalent of -v in docker run.
|
Copyright © 2021. All rights reserved.