DockerSandbox

This is a Java wrapper library of the com.github.dockerjava library which allows code to be execute in sandboxed docker container but allows them to share files with each other

License

License

Categories

Categories

Docker Container Virtualization Tools
GroupId

GroupId

io.github.edwardUL99
ArtifactId

ArtifactId

docker-sandbox
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

DockerSandbox
This is a Java wrapper library of the com.github.dockerjava library which allows code to be execute in sandboxed docker container but allows them to share files with each other
Project URL

Project URL

https://www.github.com/edwardUL99/DockerSandbox
Source Code Management

Source Code Management

https://github.com/edwardUL99/DockerSandbox.git

Download docker-sandbox

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.edwardUL99/docker-sandbox/ -->
<dependency>
    <groupId>io.github.edwardUL99</groupId>
    <artifactId>docker-sandbox</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.edwardUL99/docker-sandbox/
implementation 'io.github.edwardUL99:docker-sandbox:1.0.0'
// https://jarcasting.com/artifacts/io.github.edwardUL99/docker-sandbox/
implementation ("io.github.edwardUL99:docker-sandbox:1.0.0")
'io.github.edwardUL99:docker-sandbox:jar:1.0.0'
<dependency org="io.github.edwardUL99" name="docker-sandbox" rev="1.0.0">
  <artifact name="docker-sandbox" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.edwardUL99', module='docker-sandbox', version='1.0.0')
)
libraryDependencies += "io.github.edwardUL99" % "docker-sandbox" % "1.0.0"
[io.github.edwardUL99/docker-sandbox "1.0.0"]

Dependencies

compile (5)

Group / Artifact Type Version
com.github.docker-java : docker-java jar 3.2.8
com.github.docker-java : docker-java-transport-httpclient5 jar 3.2.8
javax.activation : activation jar 1.1.1
com.googlecode.json-simple : json-simple jar 1.1.1
org.slf4j : slf4j-nop jar 1.7.5

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0
0.4.1
0.4.0
0.3.0