Accessing Docker container log files

Last Updated : Dec 13, 2021 |

About this task

Access Docker container log files to view records of container events on the Configuration Server or Routing Core Server. Check container log files when a contact center service goes down.

Procedure

  1. Do one of the following:
    • Open the server console.

    • Use the SSH terminal to log in to the contact center server.

  2. To view the Docker container names, run the following command:

    docker ps

  3. To access the Docker container log files, run the following command:

    docker logs <container_name>

    <container_name> is the name of the Docker container.