%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/itworks/wp-content/plugins/tiny-compress-images/bin/
Upload File :
Create Path :
Current File : /var/www/html/itworks/wp-content/plugins/tiny-compress-images/bin/install-docker

#!/bin/bash -x

# Copyright 2016 go-dockerclient authors. All rights reserved.
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

DOCKER_VERSION=1.13.0
LSB_RELEASE=$(lsb_release -cs)
OS_NAME=$(uname -s)
OS_ARCH=$(uname -m)

stop docker || true
rm -rf /var/lib/docker
rm -f $(which docker)
rm -f $(which docker-compose)

set -e
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | apt-key add -
echo "deb https://apt.dockerproject.org/repo ubuntu-trusty main" | tee /etc/apt/sources.list.d/docker.list
echo "deb https://apt.dockerproject.org/repo ubuntu-trusty testing" | tee -a /etc/apt/sources.list.d/docker.list
apt-get update
apt-get install docker-engine=${DOCKER_VERSION}-0~ubuntu-${LSB_RELEASE} -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold"

curl -L https://github.com/docker/compose/releases/download/1.10.0/docker-compose-${OS_NAME}-${OS_ARCH} > /usr/local/bin/docker-compose
chmod +x /usr/local/bin/docker-compose

Zerion Mini Shell 1.0