Re: How to Debug docker commands hanging issue

  • From: Jared Still <jkstill@xxxxxxxxx>
  • To: krishsingh.111@xxxxxxxxx
  • Date: Sat, 23 May 2020 13:16:26 -0700

It is possible to login to the container to investigate.

This will show running containers

   docker ps

The last field is a random name , say, crazy_dba

Login as as root

    docker exec -it crazy_dba bash

The syntax may be a bit off, but note too much




On Wed, May 20, 2020, 18:01 kunwar singh <krishsingh.111@xxxxxxxxx> wrote:

Hi all,

Is there a diagnostic that I should trace Docker run command . I am trying
to bring up a patched Database Image . It hangs while creating database
instance .
Is there a strace or 10046 Trace equivalent for docker written in Go
language for easy debugging ?


--
Cheers,
Kunwar

Other related posts: