podman:container-run
Full name:
org.honton.chas:podman-maven-plugin:0.0.5:container-run
Description:
Create containers
Attributes:
- Requires a Maven project to be executed.
- The goal is thread-safe and supports parallel builds.
- Since version:
0.0.4
. - Binds by default to the lifecycle phase:
pre-integration-test
.
Optional Parameters
Name | Type | Since | Description |
---|---|---|---|
<connection> |
String |
- |
Remote podman connection name |
<containers> |
Map<String,ContainerConfig> |
- |
Map of container alias to container configuration. |
<devices> |
List<DeviceMountConfig> |
0.0.5 |
Device mappings |
<network> |
NetworkConfig |
- |
Map of networks |
<skip> |
boolean |
- |
Skip upgrade Default value is: false .User property is: podman.skip . |
<url> |
String |
- |
Url of podman remote service |
Parameter Details
<connection>
Remote podman connection name
- Type:
String
- Required:
No
<containers>
Map of container alias to container configuration.
- Type:
Map<String, ContainerConfig>
- Required:
No
<devices>
Device mappings
- Type:
List<DeviceMountConfig>
- Since:
0.0.5
- Required:
No
<network>
Map of networks
- Type:
NetworkConfig
- Required:
No
<skip>
Skip upgrade
- Type:
boolean
- Required:
No
- User Property:
podman.skip
- Default:
false
<url>
Url of podman remote service
- Type:
String
- Required:
No