{% extends 'base.html' %} {% block title %} Downloads | {{ config.title }} {% endblock %} {% block content %}

Download Aerogramme

Date: 2023-01-01
docker pull registry.deuxfleurs.org/aerogramme:0.0.1

Aerogramme is available as a minimalist docker image (~20MB) that contains only the static binary. It means that you can't run bash or any other shell in the container.

Network resources are finite. Please avoid wasting them by re-downloading the image each time you start a container. Keep a local cache or mirror the image on your private registry. In case of abuse, we may put some agressive rate limiting based on IP prefixes.

{% endblock %} {% block custom_js %} {% endblock %}