An open API service indexing awesome lists of open source software.

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

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.