1 research outputs found
indigo-dc/udocker: udocker 1.3.11
<p>udocker 1.3.11 see the changelog and the documentation for further information.</p>
<ul>
<li>Changelog: https://github.com/indigo-dc/udocker/blob/master/CHANGELOG.md</li>
<li>Documentation: https://indigo-dc.github.io/udocker/</li>
<li>udocker release for Python 2.7 and >= 3.6</li>
</ul>
<p>Follow these steps to install and run udocker:</p>
<pre><code class="language-bash">wget https://github.com/indigo-dc/udocker/releases/download/1.3.11/udocker-1.3.11.tar.gz
tar zxvf udocker-1.3.11.tar.gz
export PATH=`pwd`/udocker-1.3.11/udocker:$PATH
</code></pre>
<p>Test with:</p>
<pre><code class="language-bash">udocker --help
udocker install
</code></pre>