Glad I could help @David Swenson.
[quote=351205:@David Swenson]The latest version of Docker supports the --init flag (which reportedly addresses the PID 1 problem)
i.e.:
sudo docker run --init -d -p (external port):9090 dockerfriendlyname[/quote]
Good to know. Although I generally use Docker Compose, can’t see a way to use that init
option with that yet.