propellor spin

This commit is contained in:
Joey Hess 2015-01-08 15:54:14 -04:00
parent 12f6fe0b88
commit 2e6a8d4924
Failed to extract signature
1 changed files with 1 additions and 0 deletions

View File

@ -376,6 +376,7 @@ jerryPlay = standardContainer "jerryplay" Unstable "amd64"
& Docker.publish "8001:80"
& Apt.installed ["ssh"]
& User.hasSomePassword "root"
& Ssh.permitRootLogin True
type Motd = [String]