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:
- Create a parent stack - Define your cloud infrastructure (databases, storage, etc.)
- Create service stacks - Define your applications that use the infrastructure
- Deploy locally - Test with
docker-compose up - Deploy to cloud - Deploy with
sc deploy
Your First Deployment Journey
Getting Started Steps
- Installation - Install Simple Container CLI and set up your environment
- Quick Start - Deploy your first application in minutes
- Core Concepts - Understand the fundamental concepts
Next Steps
Once you've completed the getting started guide, explore:
- Deployment Guides - Step-by-step tutorials for different platforms
- Examples - Real-world configuration examples
- Reference Documentation - Complete API reference
Need Help?
If you have any issues or questions, please reach out at support@simple-container.com.