Re: How to Debug docker commands hanging issue

From: Jared Still <jkstill_at_gmail.com>
Date: Sat, 23 May 2020 13:16:26 -0700
Message-ID: <CAORjz=M28NsU=R5maoNo-RUbKNUFnGO3dvLpi1LgY_=FTfjKvg_at_mail.gmail.com>



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_at_gmail.com> 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
>

--
http://www.freelists.org/webpage/oracle-l
Received on Sat May 23 2020 - 22:16:26 CEST

Original text of this message