Skip to content

Instantly share code, notes, and snippets.

@kas-cor
Last active July 26, 2022 07:53
Show Gist options
  • Save kas-cor/3a8e43d6cbb56da492ea51b7d31267cc to your computer and use it in GitHub Desktop.
Save kas-cor/3a8e43d6cbb56da492ea51b7d31267cc to your computer and use it in GitHub Desktop.
Install docker
#!/bin/bash
curl -fsSL https://get.docker.com -o get-docker.sh
sudo sh get-docker.sh
sudo usermod -aG docker $USER
newgrp docker
@kas-cor
Copy link
Author

kas-cor commented Jul 26, 2022

Install

wget -O - https://cutt.ly/KZiQeCc | bash

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment