Skip to content

Commit

Permalink
install: Докер
Browse files Browse the repository at this point in the history
  • Loading branch information
em230418 committed Mar 11, 2023
1 parent 5be6e89 commit 304b5ec
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .install-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,7 @@ apt update

apt install -y brave-browser
apt install -y \
docker.io \
docker-compose \
gnupg \
python3-pip
9 changes: 9 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,12 @@ gpg --import private*.pgp
rm private*.pgp
```

6. Настрой докер

```
usermod -aG docker $USER
# и перезагрузись
```

0 comments on commit 304b5ec

Please sign in to comment.