You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Diego Cardozo Sandrim (JIRA)" <ji...@apache.org> on 2016/02/04 18:43:40 UTC

[jira] [Created] (TS-4174) Running Traffic Server in foreground

Diego Cardozo Sandrim created TS-4174:
-----------------------------------------

             Summary: Running Traffic Server in foreground
                 Key: TS-4174
                 URL: https://issues.apache.org/jira/browse/TS-4174
             Project: Traffic Server
          Issue Type: Improvement
          Components: Tools
            Reporter: Diego Cardozo Sandrim


I would like to run traffic server in foreground, but could not found a good way to do it.
The reason for is that I am building a Docker image for TS.
TS docs tell that it should be started using command:
{code}bin/trafficserver start{code}

Ref: http://trafficserver.readthedocs.org/en/5.3.x/admin/getting-started.en.html#start-traffic-server

Running process in foreground is required to have a usable Docker image.
Ref: https://docs.docker.com/engine/reference/run/#detached-d

Other very common services has option to start in foreground, like:
Apache Http Server
{code}apachectl -DFOREGROUND{code}

nginx:
{code}nginx-g 'daemon off;'{code}

varnish:
{code}varnishd -F{code}

I will appreciate if TS could have this option.
By the way, I am using v5.3.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)