Make sure motd contains the correct ctr command

The listed namespace wasn't correct, and thus the given `ctr` command
wasn't working.

Signed-off-by: Brice Figureau <brice@daysofwonder.com>
This commit is contained in:
Brice Figureau 2018-07-04 11:04:43 +02:00
parent 909a9fac68
commit f7ff31382b
2 changed files with 2 additions and 2 deletions

View File

@ -2,4 +2,4 @@ Welcome to LinuxKit!
NOTE: This system is namespaced. NOTE: This system is namespaced.
The namespace you are currently in may not be the root. The namespace you are currently in may not be the root.
System services are namespaced; to access, use `ctr -n linuxkit.service ...` System services are namespaced; to access, use `ctr -n services.linuxkit ...`

View File

@ -2,4 +2,4 @@ Welcome to LinuxKit!
NOTE: This system is namespaced. NOTE: This system is namespaced.
The namespace you are currently in may not be the root. The namespace you are currently in may not be the root.
System services are namespaced; to access, use `ctr -n linuxkit.service ...` System services are namespaced; to access, use `ctr -n services.linuxkit ...`