Prerequisites

First published: Wednesday, May 28, 2025 | Last updated: Wednesday, May 28, 2025

Familiarize yourself with the core prerequisites needed to leverage the SloopStash Docker starter-kit for your projects effectively.


Deploy Linux VM

Install Docker

Setup Docker starter-kit

You can use the following commands to setup our Docker starter-kit in any Linux-based operating system.

  1. Open the terminal.
  2. Execute the below commands in the terminal to setup our Docker starter-kit.
# Download Docker starter-kit from GitHub to local filesystem path.
$ sudo git clone https://github.com/sloopstash/kickstart-docker.git /opt/kickstart-docker

# Change ownership of Docker starter-kit directory.
$ sudo chown -R $USER:$USER /opt/kickstart-docker