Kayıtlar

yum -y etiketine sahip yayınlar gösteriliyor

Installation & Deploying Your First Container

- Installing Docker # yum -y install docker -Enabling & Starting docker service #systemctl enable docker #systemctl start docker -Testing the installation using test container #docker run hello-world