Sounds like the issue fixed in https://github.com/apache/trafficserver/pull/4538
If the Docker container is not run with sufficient privilege (IPC and NETADMIN in addition to NETBIND), traffic server would fail to start up. Although you state this worked in previous versions on 7.1. The code I changed in this PR had not changed for several years. On Sun, Nov 11, 2018 at 4:15 PM Leif Hedstrom <[email protected]> wrote: > > > > On Nov 12, 2018, at 4:26 AM, ezko <[email protected]> wrote: > > > > Hi, > > i'm trying to run this within docker but it's not working. > > What am I doing wrong ? > > > hard to tell from this, but looks like traffic_manager or traffic_serve is > not starting up. Can you try running either of those “manually” inside the > Docker instance, and see if it produces anything? Also, check the logs to > see if it says why it can’t start up? > > — Leif > >
