Documentation
¶
Index ¶
- Constants
- func Build(cmd *cobra.Command, _ []string) error
- func Connect(cmd *cobra.Command, _ []string) error
- func Execute() error
- func Initialize(_ *cobra.Command, _ []string) error
- func RemoveContainer(cmd *cobra.Command, _ []string) error
- func RemoveImage(cmd *cobra.Command, _ []string) error
- func RemoveRContainer(cmd *cobra.Command, _ []string) error
- func RemoveRImage(cmd *cobra.Command, _ []string) error
- func Run(cmd *cobra.Command, args []string) error
Constants ¶
View Source
const (
DefaultDockerFile = `
FROM debian:stretch
ENTRYPOINT ["/bin/bash"]
`
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.