Skip to content

Getting Started with Simple Container

Welcome to Simple Container! This section will help you get up and running quickly with your first deployment.

Prerequisites

Before you begin, make sure you have:

  • Docker installed and running on your machine
  • Cloud account (AWS, GCP, or Azure) with appropriate permissions
  • Basic familiarity with docker-compose for local development

Overview

Simple Container follows a simple workflow:

  1. Create a parent stack - Define your cloud infrastructure (databases, storage, etc.)
  2. Create service stacks - Define your applications that use the infrastructure
  3. Deploy locally - Test with docker-compose up
  4. Deploy to cloud - Deploy with sc deploy

Your First Deployment Journey

Getting Started Steps

  1. Installation - Install Simple Container CLI and set up your environment
  2. Quick Start - Deploy your first application in minutes
  3. Core Concepts - Understand the fundamental concepts

Next Steps

Once you've completed the getting started guide, explore:

Need Help?

If you have any issues or questions, please reach out at support@simple-container.com.