Installazione KuberMatti: differenze tra le versioni

Da GazziNet.
Vai alla navigazione Vai alla ricerca
(Creata pagina con "Prereq: Iso Oracle linux 8.9 - 4VCPU 8Gbyte di RAM - 32Gbyte disco Tutto in inglese solo tastiera e Timezone Software selection: Minimal Install Partizione: ol-root 30GiB - /boot 1024Mbyte Settare in installazione IP e Hostname. Settare Root Password sudo yum install -y yum-utils sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo sudo yum install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-pl...")
 
Nessun oggetto della modifica
Riga 11: Riga 11:
Settare Root Password
Settare Root Password


yum update -y;
reboot;


  sudo yum install -y yum-utils
yum install net-tools -y;
  sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
yum install curl -y;
  sudo yum install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
yum install wget -y;
  sudo systemctl start docker
 
  sudo systemctl enable docker
  sudo yum install -y yum-utils;
  sudo docker run hello-world
  sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo;
  sudo yum install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin;
  sudo systemctl start docker;
  sudo systemctl enable docker;
  sudo docker run hello-world;

Versione delle 20:29, 15 mag 2024

Prereq: Iso Oracle linux 8.9 - 4VCPU 8Gbyte di RAM - 32Gbyte disco

Tutto in inglese solo tastiera e Timezone

Software selection: Minimal Install

Partizione: ol-root 30GiB - /boot 1024Mbyte

Settare in installazione IP e Hostname.

Settare Root Password

yum update -y;
reboot;
yum install net-tools -y;
yum install curl -y;
yum install wget -y;
sudo yum install -y yum-utils;
sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo;
sudo yum install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin;
sudo systemctl start docker;
sudo systemctl enable docker;
sudo docker run hello-world;