diff --git a/i2p2www/pages/downloads/lab.html b/i2p2www/pages/downloads/lab.html index 717c8961..82996e89 100644 --- a/i2p2www/pages/downloads/lab.html +++ b/i2p2www/pages/downloads/lab.html @@ -143,4 +143,31 @@ The files are signed by {{ signer }}, +
+ {% trans %} + This is an I2P Docker image for those that prefers containers. + It includes all required dependencies. + {%- endtrans %} +
+ {% trans %} + Status: Proof-Of-Concept + {%- endtrans %} + + {%- set name = 'Linux' -%} + {%- set icon = 'images/download/freebsd-tux.png' -%} + {% call package_outer('freebsd-tux', name, icon) %} + +{% trans -%} + Run the command to pull from docker hub. + {%- endtrans %}
+ {% endcall %} +