mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-19 17:26:28 +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:
parent
909a9fac68
commit
f7ff31382b
@ -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 ...`
|
||||||
|
@ -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 ...`
|
||||||
|
Loading…
Reference in New Issue
Block a user