-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Description
Describe the bug
I know that Ubuntu 14.04 is deprecated but unfortunately one of the programs I use (https://www.zweib.com/portfolio/medienproduktion/dcp-validator) is only available for Ubuntu 14.04. I was able to run it as a VM but was looking to run this program on a dockerised Ubuntu but is unable to. I suspect it might be something to do with the upstart program as when I try to start the service, it reports "This job runs via upstart, invoking upstart now..." and it just stays that way.
To Reproduce
Steps to reproduce the behavior:
- Install docker Ubuntu from dorowu/ubuntu-desktop-lxde-vnc:trusty
- "sudo apt-get update"
- Install gdebi "sudo apt-get install gdebi -y"
- Install dcp-validator.deb via gdebi
- Attempt to start dcp-validator as a service "service dcp-validator start" gets "This job runs via upstart, invoking upstart now..." and it stays that way.
Expected behavior
The program should start and I should be able to go to "localhost:8080" to use the dcp-validator program.
Screenshots
Nil
Versions (please complete the following information):
- OS: Ubuntu 14.04
- image tag : trusty
Additional context
Add any other context about the problem here.