View the status of containers

 

  Web

  1. Log into the IX40 WebUI as a user with full Admin access rights.

  2. From the main menu, click Status. Under Services, click Containers.

The Containers status page displays.

  Command line

Show status of all containers

Use the show containers command with no additional arguments to show the status of all containers on the system:

  1. Select the device in Remote Manager and click Actions > Open Console, or log into the IX40 local command line as a user with full Admin access rights.

    Depending on your device configuration, you may be presented with an Access selection menu. Type admin to access the Admin CLI.

  2. At the prompt, type:

    > show containers
    
     Container  Configured  Enabled  State
     ---------  ----------  -------  -----------------
     mytest1    True        enabled  STOPPED
     test_lxc   True        enabled  RUNNING PID 19327
    > 

  3. Type exit to exit the Admin CLI.

    Depending on your device configuration, you may be presented with an Access selection menu. Type quit to disconnect from the device.

Show status of a specific container

Use the show containers container name command to show the status of the specified container:

  1. Select the device in Remote Manager and click Actions > Open Console, or log into the IX40 local command line as a user with full Admin access rights.

    Depending on your device configuration, you may be presented with an Access selection menu. Type admin to access the Admin CLI.

  2. At the prompt, type:

    > show containers container test_lxc
    
     Container  Configured  Enabled  State
     ---------  ----------  -------  -----------------
     test_lxc   True        enabled  RUNNING PID 19327
    
    > 

  3. Type exit to exit the Admin CLI.

    Depending on your device configuration, you may be presented with an Access selection menu. Type quit to disconnect from the device.