Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

To install the Para instalar Docker, do the followinghaga lo siguiente:

  1. Prepare the environment:el entorno:
    1. Instale los paquetes para utilizar el repositorio a través de HTTPS.

      sudo

    2. Install the packages to use the repository via HTTPS.

      Code Blocksudo

      apt-get

      install

      apt-transport-https

      ca-certificates

      curl

      gnupg2

      software-properties-common


    3. Add official Añada la clave Docker GPG keyoficial.

      code

      curl

      -fsSL

      |

      sudo

      apt-key

      add

      -

      code


      sudo

      apt-key

      fingerprint

      <0EBFCD88>


    4. Configure the repositoryel repositorio:
      1. for the Para la arquitectura x86_64 / amd64 architecture.

        code

        :

        sudo

        add-apt-repository

         "deb

        [arch=amd64]

         $(lsb_release

        -cs)

        stable"

        for the armhf architecture.

        code


      2. Para la arquitectura armhf:

        sudo

        add-apt-repository

         "deb

        [arch=armhf]

         $(lsb_release

        -cs)

        stable"

      Update the lists.code

    5. Actualice las listas.

      sudo

      apt-get

      update


  2. Install and Instale y configure the Docker:

    1. Install Instale docker-ce.

      Code Block

      sudo

      apt-get

      install

      docker-ce

      docker-compose


    2. Add a user to the Añada un usuairo a Docker.

      Code Block

      sudo

      adduser

      user

      docker


    3. Install Instale git.

      Code Block

      sudo

      apt-get

      install

      git

      gettext

      gettext


    4. Diríjase al directorio en que se ubicará el contenedor.

      cd

      Go to the directory where the container will be located.

      Code Blockcd

      /home


    5. Clone the repositoryel repositorio.

      code

      git

      clone


    6. Update the repositoryActualice el repositorio:
      1. Go to Diríjase a la carpeta axxonone.docker folder.

        code

        cd

        axxonone.docker


      2. Download content from Descargue el contenido de git.

        Code Block

        git

        pull


  3. Install the containerInstale el contenedor:
    1. Place the downloaded .deb packages in the Coloque los paquetes .deb descargados en la carpeta /server/build folder of the container.

      code

      del contenedor.

      mv

      /home/user/Downloads/axxon-*

      /home/axxonone.docker/server/build/

      Start building the container.

      code


    2. Inicie la creación del contenedor.

      cd

      /home/axxonone.docker/server

      Restart OS after the container is built.

      Code Block
      sudo reboot


    3. Reinicie el SO tras haber creado el contenedor.

      sudo reboot


Docker se ha instaladoThe Docker is installed.