We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Arion: fast NixOS on Docker Compose

Formale Metadaten

Titel
Arion: fast NixOS on Docker Compose
Serientitel
Anzahl der Teile
19
Autor
Lizenz
CC-Namensnennung 3.0 Unported:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
Genre
Abstract
An introduction to Arion: learn why we built it on top of Docker Compose, how it integrates with Nix and how you can use it. As Arion is mostly an application of the Nix modules system, we share our experience of building it. Arion is a tool that integrates Nix and NixOS into Docker Compose. - introduction to Docker Compose and Arion - how to write a deployment - how Arion uses the Nix module system to its advantage - what's next for Arion Arion started out as a little bash script with the goal of doing process management for our local development setups internally for Hercules CI, on top of Docker Compose. It has since grown to become an independent tool with support for NixOS in Docker, a significant subset of docker-compose.yaml and support for building actual images. Arion is written with the Nix module system, which means that deployments are as powerful as Arion's internals and that you can build your own abstractions into your deployments. It also means that the format of its logic may be familiar and it's easy to contribute.