User Tools

Site Tools


docker-rhel9

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
docker-rhel9 [2023/11/29 16:41] baumidocker-rhel9 [2024/02/06 09:18] (current) baumi
Line 1: Line 1:
 ====== Docker Installation on RHEL (Red Hat Enterprise Linux) ====== ====== Docker Installation on RHEL (Red Hat Enterprise Linux) ======
 +
 +===== Installation =====
  
 Copied from: https://www.linkedin.com/pulse/step-by-step-guide-installing-docker-rhel-9-locally-ujjawal-kumar Copied from: https://www.linkedin.com/pulse/step-by-step-guide-installing-docker-rhel-9-locally-ujjawal-kumar
Line 21: Line 23:
   - <code>sudo docker run hello-world</code>   - <code>sudo docker run hello-world</code>
   - <code>sudo usermod -aG docker $(whoami)</code>   - <code>sudo usermod -aG docker $(whoami)</code>
 +
 +===== Upgrade =====
 +<code bash>
 +sudo yum --disablerepo="*" --enablerepo="docker-ce-stable" update
 +</code>
 +
  
 {{tag>kb linux docker}} {{tag>kb linux docker}}
 +
 +
docker-rhel9.txt · Last modified: 2024/02/06 09:18 by baumi

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki