Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ansible tasks to setup and control docker SYSv init scripts #11

Closed
wants to merge 1 commit into from

Conversation

Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
@anadahz
Copy link
Contributor

@anadahz anadahz commented Jul 24, 2015

Tasks:

  • Setup docker SYSV init.d script
  • Enable docker SYSV init.d script
  • Start docker SYSV init.d script
  • Restart docker SYSV init.d script
  • Stop docker SYSV init.d script

Template:
Add docker SYSV init.d script

Tasks:
* Setup docker SYSV init.d script
* Enable docker SYSV init.d script
* Start docker SYSV init.d script
* Restart docker SYSV init.d script
* Stop docker SYSV init.d script

Template:
Add docker SYSV init.d script
@hellais
Copy link
Member

@hellais hellais commented Nov 25, 2015

I think we are going to proceed in the meantime to a non docker solution since on non bare metal machines it's easier to just spin up a new VM than it is to run docker.

I am nonetheless not going to close this as it's very useful stuff. Thanks for working on it 👍

@anadahz
Copy link
Contributor Author

@anadahz anadahz commented Jun 4, 2016

SYSV init scripts were most useful to older Debian releases (i.e wheezy).
I guess we should close this PR.
@hellais do we have a git-grave for all these possibly useful commits?

@hellais
Copy link
Member

@hellais hellais commented Oct 26, 2016

I am not sure what a git-grave is, but as long as you don't delete the branch it stays here.

@hellais hellais closed this Oct 26, 2016
@anadahz
Copy link
Contributor Author

@anadahz anadahz commented Oct 26, 2016

@hellais git-grave, a place potentially useful things can be stored "forever" :)

@hellais hellais deleted the feature/docker-debian-sysv branch Feb 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment