package
1.2.48
Repository: https://github.com/juminiy/kube.git
Documentation: pkg.go.dev

# Constants

No description provided by the author
No description provided by the author
1.6.
1.2.
.
1.2.
No description provided by the author
1.7-labs.
No description provided by the author
1.4.
1.7-labs.
No description provided by the author
1.7-labs.
No description provided by the author
No description provided by the author
1.1.
1.4.
Minimum Dockerfile version 1.2.
Minimum Dockerfile version 1.3.
No description provided by the author
No description provided by the author
No description provided by the author
Minimum Dockerfile version 1.1.2-labs.
No description provided by the author
No description provided by the author

# Structs

Add ADD [OPTIONS] <src> ..
Arg ARG <name>[=<default value>] [<name>[=<default value>]...].
Cmd CMD ["executable","param1","param2"] (exec form) CMD ["param1","param2"] (exec form, as default parameters to ENTRYPOINT) CMD command param1 param2 (shell form).
Copy COPY [OPTIONS] <src> ..
No description provided by the author
Entrypoint ENTRYPOINT ["/bin/bash", "-c", "echo hello"].
Env ENV <key>=<value> [<key>=<value>...].
No description provided by the author
Expose EXPOSE <port> [<port>/<protocol>...].
From FROM [--platform=<platform>] <image> [AS <name>] FROM [--platform=<platform>] <image>[:<tag>] [AS <name>] FROM [--platform=<platform>] <image>[@<digest>] [AS <name>].
No description provided by the author
No description provided by the author
No description provided by the author
Label LABEL <key>=<value> [<key>=<value>...].
OnBuild ONBUILD <INSTRUCTION>.
Run +format(Shell form): RUN [OPTIONS] <command> ..
Shell SHELL ["executable", "parameters"].
StopSignal STOPSIGNAL signal.
User USER <user>[:<group>] USER <UID>[:<GID>].
Volume VOLUME ["/data"].
Workdir WORKDIR /path/to/workdir.

# Interfaces

No description provided by the author
No description provided by the author

# Type aliases

No description provided by the author
No description provided by the author
No description provided by the author
MountType RUN --mount=[type=<TYPE>][,option=<value>[,option=<value>]...].
NetworkType RUN --network=<TYPE>.
No description provided by the author
SecurityType RUN --security=<sandbox|insecure>.
No description provided by the author