Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetInstallerRegistry ¶
func SetInstallerRegistry(registry core.InstallerRegistry)
SetInstallerRegistry sets the installer of registry
Types ¶
type DockerInstallerInCentOS ¶
type DockerInstallerInCentOS struct { }
DockerInstallerInCentOS is the installer of Docker in CentOS
func (*DockerInstallerInCentOS) Available ¶
func (d *DockerInstallerInCentOS) Available() (ok bool)
Available check if support current platform
func (*DockerInstallerInCentOS) Install ¶
func (d *DockerInstallerInCentOS) Install() (err error)
Install installs the Docker
func (*DockerInstallerInCentOS) Uninstall ¶
func (d *DockerInstallerInCentOS) Uninstall() (err error)
Uninstall uninstalls the Docker
Click to show internal directories.
Click to hide internal directories.