User Tools

Site Tools


mbstring extension must be loaded in order to run mPDF
dockerinstall

This is an old revision of the document!


Instalación de Docker

Puede encontrar la ayuda completa en esta página https://docs.docker.com/installation/

Debian https://docs.docker.com/installation/debian/

Para jessie:

Make sure you enabled the jessie-backports repository, as stated above.

deb http://repos.uclv.edu.cu/debian jessie-backports  main non-free contrib

To install the latest Debian package (may not be the latest Docker release): <code> apt-get update apt-get install docker.io <code>

To verify that everything has worked as expected:

docker run --rm hello-world

This command downloads and runs the hello-world image in a container. When the container runs, it prints an informational message. Then, it exits.

dockerinstall.1480548252.txt.gz · Last modified: 2020/04/10 17:38 (external edit)