mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-03 07:55:05 +00:00
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:
@@ -2,4 +2,4 @@ Welcome to LinuxKit!
|
||||
|
||||
NOTE: This system is namespaced.
|
||||
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 ...`
|
||||
|
@@ -2,4 +2,4 @@ Welcome to LinuxKit!
|
||||
|
||||
NOTE: This system is namespaced.
|
||||
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 ...`
|
||||
|
Reference in New Issue
Block a user