From 643414f6f449dbbba554dd391d5ba31d04f84c87 Mon Sep 17 00:00:00 2001 From: Avi Deitcher Date: Wed, 6 Jun 2018 13:56:36 +0300 Subject: [PATCH] Add services.linuxkit warning to motd for sshd and getty Signed-off-by: Avi Deitcher --- pkg/getty/etc/motd | 1 + pkg/sshd/etc/motd | 1 + 2 files changed, 2 insertions(+) diff --git a/pkg/getty/etc/motd b/pkg/getty/etc/motd index 2414d0d94..259f21c12 100644 --- a/pkg/getty/etc/motd +++ b/pkg/getty/etc/motd @@ -2,3 +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 ...` diff --git a/pkg/sshd/etc/motd b/pkg/sshd/etc/motd index 2414d0d94..259f21c12 100644 --- a/pkg/sshd/etc/motd +++ b/pkg/sshd/etc/motd @@ -2,3 +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 ...`