Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Podman ¶
type Podman struct {
// contains filtered or unexported fields
}
func New ¶
New setups a podman listening service and returns a connected podman client.
Parameters:
- out - location for podman to output any logs created as a result of podman commands
func (*Podman) Build ¶
Build looks for a 'Dockerfile' in the given context and build a podman image from it.
func (*Podman) Copy ¶
Copy copies a file or directory from a source located in the container to a destination located outside of the container.
Note: No need to create a placeholder file/directory in dest. The file/directory will be created automatically upon copying from source.
Click to show internal directories.
Click to hide internal directories.