CLI
Introduction
CLI introduction
Please note that the CLI is currently in beta. We decided to release it early to gather feedback from the community.
If you encounter any issues, please let us know on our Discord server.
Bit-Ships mission is to make development easier by taking care of the complexities of running your app in a containerized environment.
Features
- Analyzing your app to create a custom environment tailored to your needs.
- Running you app in stable and secure environment.
Why Are We Doing This?
Containerization has unlocked many new possibilities, but it has often fallen short of delivering true simplicity. You shouldn't need to be a DevOps expert to maintain you apps environment, nor should you have to spend money hiring one.
How It Works
Our CLI analyzes your app and generates a custom Docker image tailored for your specific requirements. It then runs your scripts within this environment, abstracting away the complexities of using Docker to run your app.