Documentation ¶
Index ¶
Constants ¶
View Source
const ( // SetupHelp contains the short help text for the command. SetupHelp = "Creates the required files for using Docker Compose or Docker Swarm" // SetupHelpExtra contains the long help text for the command without the headline. SetupHelpExtra = `` /* 214-byte string literal not displayed */ // SecretsDirName is the name of the directory for Docker Secrets. SecretsDirName = "secrets" // SuperadminFileName is the name of the secrets file containing the superadmin password. SuperadminFileName = "superadmin" // DefaultSuperadminPassword is the password for the first superadmin created with initial data. DefaultSuperadminPassword = "superadmin" // ManageAuthPasswordFileName is the name of the secrets file containing the password for // (basic) authorization to the manage service. ManageAuthPasswordFileName = "manage_auth_password" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.