Troubleshooting steps for Docker instances

Still need help?

The Atlassian Community is here for you.

Ask the community

Purpose

This page aims to provide the information to be collected when investigating an issue when Bitbucket Server runs in a Docker container.

Solution

Run the following commands:

  • docker version
  • docker stats (multiple times to collect trends)
  • docker info
  • docker logs (View Container Logs)

  • docker images --digests (to retrieve the digest of the Docker image)

 

Last modified on Apr 11, 2017

Was this helpful?

Yes
No
Provide feedback about this article
Powered by Confluence and Scroll Viewport.