Versions Compared

Key

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

...

  • Make sure that GreenLight is stopped
    • gl stop

  • Download and extract the content onto the Appliance /tmp/docker_repo/      (the download contains Docker-CE 2024.10x)
    https://files.panagenda.com/GreenLight/dockerEngineOffline20.x/docker_repo.zip

  • yum localinstall /tmp/docker_repo/*.rpm
    • all the required files (incl. dependencies) are part of this folder, therefore the system should not try to access any external repo
    • After this step, the docker daemon will likely not run
  • nmcli con delete docker0 
  • firewall-cmd --zone=trusted --remove-interface=docker0
  • firewall-cmd --zone=trusted --remove-interface=docker0 --permanent
  • systemctl restart docker    (if you get an error, retry it again after 1 minute)

...