package
0.0.0-20230313140341-b44964e63a92
Repository: https://github.com/mongoose-os/mos.git
Documentation: pkg.go.dev

# Functions

Bind option adds a bind mount point to the docker container.
Cmd option overrides the command present in the image.
Pull pulls an image.
Run spawns a new docker container whose duration is limited by the context and that writes its stdout/stderr to out.
User option overrides the user/uid of the process spawned in the docker container.
WorkDir option overrides the working directory of the process spawned in the docker container.

# Structs

No description provided by the author

# Type aliases

RunOption is an optional argument to Run.