Documentation
¶
Index ¶
Constants ¶
View Source
const ( // DefaultUser is the default username that should exist on the instances. DefaultUser = "runner" // DefaultUserShell is the shell for the default user. DefaultUserShell = "/bin/bash" )
Variables ¶
View Source
var ( // DefaultUserGroups are the groups the default user will be part of. DefaultUserGroups = []string{ "sudo", "adm", "cdrom", "dialout", "dip", "video", "plugdev", "netdev", "docker", "lxd", } )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.