@@ -48,6 +48,11 @@ After migrating from an older version of {productname} to a newer version, we st
4848
4949endif::[]
5050
51+ [IMPORTANT]
52+ ====
53+ To access a shell inside the server container run [literal]``mgrctl term`` on the container host.
54+ From there, one can run the CLI tools as usual.
55+ ====
5156
5257
5358[[registering.clients.bootstrap.mgr-bootstrap]]
@@ -60,6 +65,14 @@ The arguments [option]``--activation-keys`` and [option]``--script``, are the on
6065On the {productname} Server, as root at the command line execute it with the mandatory arguments.
6166Replace [systemitem]``<ACTIVATION_KEY`` and [systemitem]``<EDITED_NAME>`` with your values:
6267
68+ . From the command prompt of the {productname} container host, run the following command as the root user to enter the server container:
69+
70+ +
71+ ----
72+ mgrctl term
73+ ----
74+ +
75+ . Execute the following command (adjust the values as needed)
6376----
6477mgr-bootstrap --activation-keys=<ACTIVATION_KEY> --script=bootstrap-<EDITED_NAME>.sh
6578----
@@ -156,6 +169,14 @@ For more information about activation keys, see xref:client-configuration:activa
156169[role=procedure]
157170_____
158171
172+ . From the command prompt of the {productname} container host, run the following command as the root user to enter the server container:
173+ +
174+
175+ ----
176+ mgrctl term
177+ ----
178+ +
179+
159180. On your {productname} Server, as root at the command line change to the bootstrap directory with:
160181
161182+
@@ -234,8 +255,15 @@ When you have finished creating your script, you can use it to register clients.
234255[role=procedure]
235256_____
236257
237- . On the {productname} Server, log in as root.
238- At the command prompt, and change to the bootstrap directory:
258+ . From the command prompt of the {productname} container host, run the following command as the root user to enter the server container:
259+ +
260+
261+ ----
262+ mgrctl term
263+ ----
264+ +
265+
266+ . On the {productname} Server, change to the bootstrap directory:
239267
240268+
241269
0 commit comments