Please note, this is a STATIC archive of website www.tutorialspoint.com from 11 May 2019, cach3.com does not collect or store any user information, there is no "phishing" involved.
Tutorialspoint

Execute Bash Shell Online

#! /usr/bin/env bash

################################################################################
# Project: Kubernetes Deployment Automation
# Script name: Provision_k8s.sh
# Author: Aaron Chartier (Original), Hanlin Hu
# Copyright © 2019 SaskTel - All Rights Reserved
# Last revised 03/03/2019 by Hanlin Hu
################################################################################


yum install yum-utils device-mapper-persistent-data lvm2

yum-config-manager \
  --add-repo \
  https://download.docker.com/linux/centos/docker-ce.repo

yum update && yum install docker-ce-18.06.2.ce

Advertisements
Loading...

We use cookies to provide and improve our services. By using our site, you consent to our Cookies Policy.