Home > other >  Docker when start container log shows die off, how to solve?
Docker when start container log shows die off, how to solve?

Time:09-20

Ali cloud cloud server
The operating system is ubuntu14.04
Here is the log:
 INFO [2118] POST/v1.18/containers/desperate_ritchie/start 
The INFO [2118] + job start (desperate_ritchie)
The INFO [2118] + job allocate_interface (bdde154502c29ab8fa2b975e8bac4aa19a4b86edc02a102b2f3e52457bb69e23)
The INFO [2118] - job allocate_interface (bdde154502c29ab8fa2b975e8bac4aa19a4b86edc02a102b2f3e52457bb69e23)=OK (0)
The INFO [2118] + job log (start, bdde154502c29ab8fa2b975e8bac4aa19a4b86edc02a102b2f3e52457bb69e23, ubuntu: latest)
The INFO [2118] - job log (start, bdde154502c29ab8fa2b975e8bac4aa19a4b86edc02a102b2f3e52457bb69e23, ubuntu: latest)=OK (0)
The INFO [2118] - job start (desperate_ritchie)=OK (0)
The INFO [2118] + job log (die, bdde154502c29ab8fa2b975e8bac4aa19a4b86edc02a102b2f3e52457bb69e23, ubuntu: latest)
The INFO [2118] - job log (die, bdde154502c29ab8fa2b975e8bac4aa19a4b86edc02a102b2f3e52457bb69e23, ubuntu: latest)=OK (0)
The INFO [2118] + job release_interface (bdde154502c29ab8fa2b975e8bac4aa19a4b86edc02a102b2f3e52457bb69e23)
The INFO [2118] - job release_interface (bdde154502c29ab8fa2b975e8bac4aa19a4b86edc02a102b2f3e52457bb69e23)=OK (0)

Excuse me each great god, why do I start a container, start is successful, obviously docker went die off for me? How to solve?
PS, use the docker run - it mirror ID/bin/bash can successfully to enter, but the docker start already closed containers cannot be started,

CodePudding user response:

Can install process manager supervisor

CodePudding user response:

Check the entry documents are correct

CodePudding user response:



Docker run - it mirror ID/bin/bash can successfully to enter, but the docker start already closed containers cannot be started,

Without parameters - d?

As a daemon in the background.

CodePudding user response:

Get back a look at,,

CodePudding user response:

Did you create the container loading -d parameters, as a daemon process?
  • Related