Docker run runtime container ends automatically

Source: Internet
Author: User
Tags docker ps docker run

Today, I encountered a dockerfile to create a mirror, the mirror run after the container automatically end the problem.

Start command:

Docker run-d-P 8080:8080-v/usr/local/tomcat7.0/logs:/usr/local/tomcat7.0/logs--name tomcatweb tomcat:7.0

After running with Docker PS found the Docker container is over

Finding data found that this problem is not complicated because it should be: Docker container background running, you must have a foreground process.

Solution:

1. Release the running process into the foreground such as: Nginx nginx-g "daemon off;" Tomcat/catalina.sh Run

2. Use tail, top this can be the foreground to run the program, especially recommended tail, output your log file.

Add entrypoint/opt/tomcat7.0/bin/startup.sh && tail-f to the Dockerfile/opt/tomcat7.0/logs/catalina.out

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.