james-nesbitt / wunder-docker

WILL BE RETIRED SOON: Docker boxes for the Wunder app/base based www service
1 stars 2 forks source link

switch to systemd /sbin/init for services #75

Open james-nesbitt opened 8 years ago

james-nesbitt commented 8 years ago

There are some disadvantages to running direct services on command line that would be solved by switching to using systemd to run all container services.

Disadvantages:

Advantages:

james-nesbitt commented 8 years ago

I have a systemd branch started: https://github.com/james-nesbitt/wunder-docker/tree/systemd

james-nesbitt commented 8 years ago

so far the base image has been reformatted to use systemd, and the nginx image runs.

This may be refactored so that there are 2 base images: base & base-systemd

james-nesbitt commented 8 years ago

The biggest impact here is that any container run from these images would have a runtime requirement for mounting. I am pretty sure that this makes them useless.