Quick start
Getting started with Dockup
Introduction
Dockup is a CLI tool for creating and managing development environments. You can run basically anything, Postgresql, Redis, MySQL, RabbitMQ, etc.
It has been built with a focus on developer experience, anyone can get started without any DevOps experience.
Requirements
Docker
Install Docker Desktop by following the official documentation for your platform:
Install
By running the following command it will intialize Dockup inside your project and prompt you for what services you want to configure:
npx dockup
This will install Dockup inside your project and globally. You can now start your development environment:
dockup