| Package | Description |
|---|---|
| com.github.dockerunit.core.annotation | |
| com.github.dockerunit.core.annotation.impl | |
| com.github.dockerunit.core.internal |
| Class and Description |
|---|
| ExtensionMarker
Meta-annotation that allows the creation of extensions for Dockerunit.
|
| PublishPort.Protocol |
| Svc.PullStrategy |
| Volume.AccessMode |
| Class and Description |
|---|
| Command
Provides a command that should be executed when running the container.
|
| Env
Allows declaration of environment variables for your svc.
|
| ExtensionInterpreter
Definition of an annotation interpreter.
|
| 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
|
| Volume
Equivalent of -v in docker run.
|
| Class and Description |
|---|
| Svc
Sets the name and image for this Service
|
Copyright © 2021. All rights reserved.