Workbench provides a browser-based terminal in the Elastic Container Instance (ECI) console. Use it to connect to a running container and run commands for debugging.
Prerequisites
Before you begin, ensure that you have:
A container in the Running state
Procedure
Log on to the Elastic Container Instance console.
In the top navigation bar, select a region.
On the Container Group page, find the target instance and click its ID.
On the instance details page, click Workbench Connection in the upper-right corner.
In the dialog box, select a container and a command type, and then click Log In.
The selected container must be in the Running state.
For the command type, select a common shell such as /bin/sh or /bin/bash. To specify a different command, select Custom Command and enter the command, such as /sbin/nologin.
NoteBy default, the current instance is selected. To switch to a different instance, click More Options to filter by resource group and region.
Run commands as needed.
NoteThe remote connection session lasts six hours by default. If the session is idle for more than six hours, the connection is automatically disconnected and you must reconnect.