An open API service indexing awesome lists of open source software.

https://github.com/iytem/installing-docker

installing docker
https://github.com/iytem/installing-docker

curl debian docker docker-ce docker-compose docker-swarm slack

Last synced: 10 months ago
JSON representation

installing docker

Awesome Lists containing this project

README

          

# installing docker on debian 8 ( jessie )

Pratik kurma işlemi için;

curl -L https://raw.githubusercontent.com/iytem/installing-docker/master/onDebian/docker-ce.sh -k| sudo bash

# installing docker-compose on pip3 (installing Python packages - Python 3.4)

Pratik kurma işlemi için;

curl -L https://raw.githubusercontent.com/iytem/installing-docker/master/compose/docker-compose.sh -k| sudo bash

# installing docker on centOS 7.4

Pratik kurma işlemi için;

curl -L https://raw.githubusercontent.com/iytem/installing-docker/master/onCentOS/docker-ce.sh -k| sudo bash

# installing docker-compose on pip3.6 and python3.6 (installing Python packages - Python 3.6)

Pratik kurma işlemi için;

curl -L https://raw.githubusercontent.com/iytem/installing-docker/master/onCentOS/python3.sh -k| sudo bash