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
Declaratively running a docker image #37553
Comments
I think you can use |
Thank you for answering @FRidh, but I am afraid that your answer is not concrete enough to help me. @copumpkin The documentation of those options is not usable by me. Can you make it such that it is usable? (Include at the very least an example.) |
@coretemp I use rkt + Systemd to run docker containers on NixOS. My config looks like this:
|
FYI: |
Yeah, I merged it by accident, sorry for the confusion 😄 someday I'll get enough time to do it properly |
Are there any plans for a |
I'm having a go at a fairly simple version of this in #55179 |
I think we can close this now that |
Issue description
It's not really clear to me what the workflow is for running a docker image like for example hosted on ECR. Does one need to run a systemd unit to make this work? Or is there a module where you can just input declaratively what should be running and that's it?
Technical details
NixOS 17.09, but willing to upgrade to 18.03, if needed.
The text was updated successfully, but these errors were encountered: