forked from I2P_Developers/i2p.www
Adding docker image download under labs
This commit is contained in:
@@ -143,4 +143,31 @@ The files are signed by {{ signer }},
|
||||
|
||||
</div>
|
||||
|
||||
<div class = "labproject" >
|
||||
<h5>{{ _('Docker image') }}</h5>
|
||||
<p>
|
||||
{% trans %}
|
||||
This is an I2P Docker image for those that prefers containers.
|
||||
It includes all required dependencies.
|
||||
{%- endtrans %}
|
||||
</p>
|
||||
{% trans %}
|
||||
Status: Proof-Of-Concept
|
||||
{%- endtrans %}
|
||||
|
||||
{%- set name = 'Linux' -%}
|
||||
{%- set icon = 'images/download/freebsd-tux.png' -%}
|
||||
{% call package_outer('freebsd-tux', name, icon) %}
|
||||
<div class = "file">
|
||||
<a class = "default" href="https://hub.docker.com/r/meeh/i2p.i2p">
|
||||
<span class = "name">docker pull meeh/i2p.i2p</span>
|
||||
</a>
|
||||
</div>
|
||||
<p>{% trans -%}
|
||||
Run the command to pull from docker hub.
|
||||
{%- endtrans %}</p>
|
||||
{% endcall %}
|
||||
</div>
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user