https://github.com/vinyll/docker-install
Install Docker and Docker compose in 1 single line
https://github.com/vinyll/docker-install
1click autoinstaller bash docker docker-compose docker-install docker-installation docker-installation-ubuntu installer jammy jammy-jellyfish linux ubuntu
Last synced: about 2 months ago
JSON representation
Install Docker and Docker compose in 1 single line
- Host: GitHub
- URL: https://github.com/vinyll/docker-install
- Owner: vinyll
- Created: 2023-01-14T10:25:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-14T10:39:55.000Z (over 3 years ago)
- Last Synced: 2025-02-07T12:23:38.388Z (over 1 year ago)
- Topics: 1click, autoinstaller, bash, docker, docker-compose, docker-install, docker-installation, docker-installation-ubuntu, installer, jammy, jammy-jellyfish, linux, ubuntu
- Language: Shell
- Homepage:
- Size: 1000 Bytes
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Install Docker on Ubuntu
Connect to your server with a `sudo` allowed account and run the following:
```
curl https://raw.githubusercontent.com/vinyll/docker-install/master/install.sh | bash
```
This will very easily and quickly install Docker (community edition) and the Docker Compose plugin to your system.
You can then run `docker` and `docker compose` commands.
## Docker for Ubuntu
This is compatible for Ubuntu 22.04 (LTS) and very likely other versions.