[
https://issues.apache.org/jira/browse/TS-4174?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15132695#comment-15132695
]
James Peach commented on TS-4174:
---------------------------------
Run {{$PREFIX/bin/traffic_server}}
> 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)