containment
Practical libraries that help you use Docker containers in Java.
Build
Building these artifacts requires that Docker is installed and that these images have already been pulled:
- busybox:latest
- alpine:3.10.3
- httpd:2.4
- mariadb:10.4
| License | License | 
|---|---|
| GroupId | GroupIdcom.github.mike10004 | 
| ArtifactId | ArtifactIdcontainment | 
| Last Version | Last Version0.6 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | Descriptioncontainment Practical container libraries | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| containment-0.6.pom | 11 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.mike10004/containment/ -->
<dependency>
    <groupId>com.github.mike10004</groupId>
    <artifactId>containment</artifactId>
    <version>0.6</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.github.mike10004/containment/
implementation 'com.github.mike10004:containment:0.6'// https://jarcasting.com/artifacts/com.github.mike10004/containment/
implementation ("com.github.mike10004:containment:0.6")'com.github.mike10004:containment:pom:0.6'<dependency org="com.github.mike10004" name="containment" rev="0.6">
  <artifact name="containment" type="pom" />
</dependency>@Grapes(
@Grab(group='com.github.mike10004', module='containment', version='0.6')
)libraryDependencies += "com.github.mike10004" % "containment" % "0.6"[com.github.mike10004/containment "0.6"]Practical libraries that help you use Docker containers in Java.
Building these artifacts requires that Docker is installed and that these images have already been pulled: