| Interface | Description |
|---|---|
| ExtensionInterpreter<T extends Annotation> |
Definition of an annotation interpreter.
|
| Enum | Description |
|---|---|
| PublishPort.Protocol | |
| Svc.PullStrategy | |
| Volume.AccessMode |
| Annotation Type | Description |
|---|---|
| Command |
Provides a command that should be executed when running the container.
|
| ContainerBuilder |
Marker annotation allowing container customisations.
|
| Env |
Allows declaration of environment variables for your svc.
|
| ExtensionMarker |
Meta-annotation that allows the creation of extensions for Dockerunit.
|
| PublishPort |
Equivalent of -p option in docker run.
|
| 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.
|
| RepeatablePublishPort |
Wrapper annotation to allow multiple declarations of PublishPort
|
| RepeatableVolume |
Wrapper annotation to allow repeated usage of Volume
|
| RepeatableWithSvc |
Wrapper annotation for repeated use of WithSvc
on a class or a method
|
| Svc |
Sets the name and image for this Service
|
| Volume |
Equivalent of -v in docker run.
|
| WithSvc |
Connects your test to one of svc descriptors that you have defined.
|
Copyright © 2021. All rights reserved.