| Package | Description |
|---|---|
| dev.snowdrop.buildpack.docker |
| Modifier and Type | Method and Description |
|---|---|
List<ContainerEntry> |
Content.getContainerEntries() |
List<ContainerEntry> |
StringContent.getContainerEntries() |
List<ContainerEntry> |
StreamContent.getContainerEntries() |
List<ContainerEntry> |
FileContent.getContainerEntries()
Build a container entry from a File, (can also be directory) to be present in
the container at prefix/name for a File, or prefix/relativePath for fies in a
dir.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ContainerUtils.addContentToContainer(com.github.dockerjava.api.DockerClient dc,
String containerId,
ContainerEntry... entries) |
static void |
ContainerUtils.addContentToContainer(com.github.dockerjava.api.DockerClient dc,
String containerId,
String pathInContainer,
Integer userId,
Integer groupId,
ContainerEntry... entries) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ContainerUtils.addContentToContainer(com.github.dockerjava.api.DockerClient dc,
String containerId,
List<ContainerEntry> entries) |
static void |
ContainerUtils.addContentToContainer(com.github.dockerjava.api.DockerClient dc,
String containerId,
String pathInContainer,
Integer userId,
Integer groupId,
List<ContainerEntry> entries)
Adds content to the container, with specified uid/gid
|
Copyright © 2020–2022 Red Hat. All rights reserved.