-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathmotd
28 lines (21 loc) · 1.09 KB
/
motd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Welcome to Bottlerocket's control container!
╱╲
╱┄┄╲ This container gives you access to the Bottlerocket API,
│▗▖│ which in turn lets you inspect and configure the system.
╱│ │╲ You'll probably want to use the `apiclient` tool for that;
│╰╮╭╯│ for example, to inspect the system:
╹╹
apiclient -u /settings
You can run `apiclient --help` for usage details, and check the main
Bottlerocket documentation for descriptions of all settings and examples of
changing them.
If you need to debug the system further, you can use the admin container. The
admin container has more debugging tools installed and allows you to get root
access to the host. The easiest way to get started is like this, which enables
and enters the admin container using apiclient:
enter-admin-container
You can also access the admin container through SSH if you have network access.
Just enable the container like this, then SSH to the host:
enable-admin-container
You can disable the admin container like this:
disable-admin-container