mirror of
https://github.com/clearlinux/docker.git
synced 2026-09-04 12:41:42 +00:00
Rename all cases of "docker-init" to "dockerinit" for consistency
This commit is contained in:
committed by
Victor Vieux
parent
d789750851
commit
cf86e2bb22
+1
-1
@@ -97,7 +97,7 @@ func executeProgram(name string, args []string) {
|
||||
// up the environment before running the actual process
|
||||
func SysInit() {
|
||||
if len(os.Args) <= 1 {
|
||||
fmt.Println("You should not invoke docker-init manually")
|
||||
fmt.Println("You should not invoke dockerinit manually")
|
||||
os.Exit(1)
|
||||
}
|
||||
var u = flag.String("u", "", "username or uid")
|
||||
|
||||
Reference in New Issue
Block a user