-
Notifications
You must be signed in to change notification settings - Fork 76
Home
John Sundarraj edited this page Sep 9, 2024
·
27 revisions
You can use the following commands to setup our Docker starter-kit in any Linux-based operating system.
- Open the terminal.
- 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
- Home
- Build OCI images
- Deploy Python + Redis + Nginx (CRM stack)
- Deploy NodeJS + MongoDB + Nginx (CTM stack)
- Deploy Ruby + PostgreSQL + Nginx (NTM stack)
- Deploy Hadoop cluster (Data Lake stack)
- Deploy Kafka cluster (Data Lake stack)
- Deploy MongoDB replica cluster (Data Lake stack)
- Deploy Redis cluster (Data Lake stack)