Skip to content

Instantly share code, notes, and snippets.

View y-fedorov's full-sized avatar
🧑‍💻

Yaroslav Fedorov y-fedorov

🧑‍💻
View GitHub Profile
@y-fedorov
y-fedorov / install-docker.sh
Last active March 19, 2019 16:15 — forked from frgomes/install-docker.sh
Debian - install docker in Debian Jessie
#!/bin/bash
# prepare envirionment
sudo apt-get install tmux vim sudo
add `username` to `sudo` group
usermod -aG sudo `username`
# compiled from https://docs.docker.com/engine/installation/linux/debian/#/debian-jessie-80-64-bit