You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've recently migrated my home server to NixOS and decided to use arion for my container management because it made it easy to convert my docker-compose files into something I could use declaratively in my configuration.nix. I'm using arion as a NixOS. I have a file for each container (or multiple containers if I need a database container for that service), that get imported into virtualisation.arion.projects.
What would the proper way be to update/pull those containers? I can't use the arion command because it expects an arion-pkgs.nix and arion-compose.nix, which I'm not using. Is it best to just pull the containers individually with docker pull and then restart the arion-<container_name>.service?
Also, is there a way to have arion just pull the containers when the service starts/restarts? That would actually be ideal for me.
The text was updated successfully, but these errors were encountered:
I don't really use it that way, but I guess it would be nice to have an option that does such things.
Here's where the NixOS service performs arion up. We could add to that.
I want to implement this, but I have a bit of a question. I'm not sure if I can just simply plop the option here and if it'll just simply get propagated through to the docker-compose file
I've recently migrated my home server to NixOS and decided to use arion for my container management because it made it easy to convert my docker-compose files into something I could use declaratively in my configuration.nix. I'm using arion as a NixOS. I have a file for each container (or multiple containers if I need a database container for that service), that get imported into virtualisation.arion.projects.
What would the proper way be to update/pull those containers? I can't use the arion command because it expects an arion-pkgs.nix and arion-compose.nix, which I'm not using. Is it best to just pull the containers individually with docker pull and then restart the arion-<container_name>.service?
Also, is there a way to have arion just pull the containers when the service starts/restarts? That would actually be ideal for me.
The text was updated successfully, but these errors were encountered: