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
- Host: GitHub
- URL: https://github.com/iytem/installing-docker
- Owner: iytem
- License: gpl-3.0
- Created: 2017-11-21T11:37:42.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-24T12:21:16.000Z (almost 4 years ago)
- Last Synced: 2023-03-09T00:41:31.473Z (almost 3 years ago)
- Topics: curl, debian, docker, docker-ce, docker-compose, docker-swarm, slack
- Language: Shell
- Homepage:
- Size: 74.2 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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