makeporngreatagain.pro
yeahporn.top
hd xxx

Installing Docker EE

364
  1. Provision a EC2 server with the Ubuntu 18.04 Bionic Beaver LTS image and a size of Large.
    You will need a Docker Hub account. You can create one at https://hub.docker.com.
    Start a Docker EE free trial: https://hub.docker.com/editions/enterprise/docker-ee-trial.
    Get your unique Docker EE URL from your trial:

  2. On the EC2 server, set up some temporary environment variables. Enter your unique Docker EE URL for the DOCKER_EE_URL variable.
    DOCKER_EE_URL=<your docker ee url>
    DOCKER_EE_VERSION=18.09

     

  3. Install required packages.
    sudo apt-get install -y \
      apt-transport-https \
      ca-certificates \
      curl \
      software-properties-common
  4. Add the GPG and apt repository using your Docker EE URL.
    curl -fsSL "${DOCKER_EE_URL}/ubuntu/gpg" | sudo apt-key add -
    
    sudo add-apt-repository \
      "deb [arch=$(dpkg --print-architecture)] $DOCKER_EE_URL/ubuntu \
      $(lsb_release -cs) \
      stable-$DOCKER_EE_VERSION"
  5. Install Docker EE.
    sudo apt-get update
    
    sudo apt-get install -y docker-ee=5:18.09.4~3-0~ubuntu-bionic
  6. Give cloud_user access to use Docker.
    sudo usermod -a -G docker cloud_user
  7. Log out of the server and log back in again, then test your Docker EE installation.
    docker version

Comments are closed, but trackbacks and pingbacks are open.

baseofporn.com https://www.opoptube.com
Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.