Skip to content

dockerAA/installing-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%