Skip to content

jjackofall/DockerInstallScript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker Install Script

Installation procedure

1. Download the script:
sudo wget https://raw.githubusercontent.com/jjackofall/DockerInstallScript/main/docker_install.sh
2. Modify the parameters as you wish.

There are a few things you can configure, this is the most used list:
DOCKER_COMPOSE_VERSION will be the Docker Compose vesrion.

3. Make the script executable

sudo chmod +x docker_install.sh
4. Execute the script:
sudo ./docker_install.sh

Where should I host Docker?

There are plenty of great services that offer good hosting. The script has been tested with a few major players such as Google Cloud, Hetzner, Amazon AWS and DigitalOcean.

Minimal server requirements

While technically you can run an Docker instance on 1GB (1024MB) of RAM it is absolutely not advised. A Linux instance typically uses 300MB-500MB and the rest has to be split among others.

About

Docker and Docker Compose Install Script

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages