From f7ff31382b651d16bad68e1b14a1ed5b6c71bd08 Mon Sep 17 00:00:00 2001 From: Brice Figureau Date: Wed, 4 Jul 2018 11:04:43 +0200 Subject: [PATCH] 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 --- pkg/getty/etc/motd | 2 +- pkg/sshd/etc/motd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/getty/etc/motd b/pkg/getty/etc/motd index 259f21c12..60e19e26d 100644 --- a/pkg/getty/etc/motd +++ b/pkg/getty/etc/motd @@ -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 ...` diff --git a/pkg/sshd/etc/motd b/pkg/sshd/etc/motd index 259f21c12..60e19e26d 100644 --- a/pkg/sshd/etc/motd +++ b/pkg/sshd/etc/motd @@ -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 ...`