diff --git a/index.html b/index.html index 5c7e64c77a..7004085c15 100644 --- a/index.html +++ b/index.html @@ -1,4 +1,4 @@ - DockSTARTer
Skip to content

DockSTARTer

Supporters on Open Collective Discord chat GitHub contributors GitHub last commit master GitHub license GitHub Workflow Status

The main goal of DockSTARTer is to make it quick and easy to get up and running with Docker.

You may choose to rely on DockSTARTer for various changes to your Docker system or use DockSTARTer as a stepping stone and learn to do more advanced configurations.

Main Menu

App Select

Value Prompt

Command Line Interface

Getting Started

System Requirements

  • You must be running a supported platform or an operating system based on a supported platform. Platforms named below will link to documentation listing compatible versions.
  • You must be logged in as a non-root user with sudo permissions.

One Time Setup (required)

  • APK Systems (Alpine)
sudo apk add curl git
+ DockSTARTer      

DockSTARTer

Supporters on Open Collective Discord chat GitHub contributors GitHub last commit master GitHub license GitHub Workflow Status

The main goal of DockSTARTer is to make it quick and easy to get up and running with Docker.

You may choose to rely on DockSTARTer for various changes to your Docker system or use DockSTARTer as a stepping stone and learn to do more advanced configurations.

Main Menu

App Select

Value Prompt

Command Line Interface

Getting Started

System Requirements

  • You must be running a supported platform or an operating system based on a supported platform. Platforms named below will link to documentation listing compatible versions.
  • You must be logged in as a non-root user with sudo permissions.

One Time Setup (required)

  • APK Systems (Alpine)
sudo apk add curl git
 bash -c "$(curl -fsSL https://get.dockstarter.com)"
 sudo reboot
 
sudo apt-get install curl git