Documentation ¶
Index ¶
Constants ¶
View Source
const ( NoDockerMacSolution = `` /* 217-byte string literal not displayed */ NoDockerMachineMacSolution = `` /* 422-byte string literal not displayed */ NoDockerWindowsSolution = `` /* 221-byte string literal not displayed */ NoDockerMachineWindowsSolution = `` /* 409-byte string literal not displayed */ NoDockerLinuxSolution = `` /* 156-byte string literal not displayed */ NoDockerMachineClientSolution = `` /* 140-byte string literal not displayed */ NoInsecureRegistryArgSolution = ` Ensure that the Docker daemon is running with the following argument: --insecure-registry 172.30.0.0/16 ` NoInsecureRegistryArgSolutionDockerMachine = NoInsecureRegistryArgSolution + ` You can run this command with --create-machine to create a machine with the right argument. ` )
Variables ¶
This section is empty.
Functions ¶
func ErrCannotPingDocker ¶
func ErrNoDockerClient ¶
ErrNoDockerClient is thrown when a Docker client cannot be obtained or cannot be pinged
func ErrNoInsecureRegistryArgument ¶
func ErrNoInsecureRegistryArgument() error
ErrNoInsecureRegistryArgument is thrown when an --insecure-registry argument cannot be detected on the Docker daemon process
Types ¶
Click to show internal directories.
Click to hide internal directories.