Go to documentation repository
Page History
To install the Aby zainstalować Docker, do the following:wykonaj następujące czynności:
Uruchom następującą komendę z uprawnieniami roota:Execute the command in the root mode.
Code Block sudo apt-get install \ apt-transport-https \ ca-certificates \ curl \ gnupg2 \ software-properties-commonAdd CPG key and fingerprintsDodaj klucz CPG oraz fingerprint.
Code Block curl -fsSL https://download.docker.com/linux/debian/gpg | sudo apt-key add - sudo apt-key fingerprint 0EBFCD88
. Add the official repository to the sourceDodaj oficjalne repozytorium do source.list.
Code Block sudo add-apt-repository \ "deb [arch=amd64] https://download.docker.com/linux/debian \ $(lsb_release -cs) \ stable" sudo apt-get update
Install the Zainstaluj Docker-ce and oraz docker-compose (see zobacz: https://github.com/docker/compose/releases).
Code Block sudo apt-get install docker-ce docker-compose
Add the system user to the docker groupDodaj użytkownika systemu do grupy docker.
Code Block sudo adduser user docker
Log in the system under this user.
Zaloguj się do systemu korzystając z użytkownika w punkcie 5.
Zainstaluj Install Mercurial.
Code Block sudo apt-get install mercurial
Add string to the hgrc file.Dodaj następującą linię do pliku hgrc:
Code Block sudo nano ~/.hgrc
Code Block [ui] tls = False
Clone the repositorySklonuj repozytorium.
Code Block hg clone https://bitbucket.org/Axxonsoft/axxonnext.docker /home/user/axxonnext.docker
Update the repository, if necessaryJeśli jest to wymagane, zaktualizuj repozytorium.
Code Block cd axxonnext.docker hg pull -u