Autor: admin

  • Instalacja docker w Rocky Linux 10

    1. Dodajemy repozytorium Dockera

    dnf config-manager --add-repo https://download.docker.com/linux/rhel/docker-ce.repo

     

    2. Instalujemy

    dnf install -y docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin

     

    3. Odpalamy docker i dodajemy do autostartu

    systemctl start docker && systemctl enable docker

     

    4. Sprawdzamy czy się odpalił

    systemctl status docker

  • Hello world!

    Welcome to WordPress. This is your first post. Edit or delete it, then start writing!