Docker
Stoobly Scaffold Docker Runtime - Questions & Answers
Docker Runtime Structure
Q: Which files are created for Docker runtime only?
# Docker-only services:
.stoobly/services/
├── build/ # Docker only
├── entrypoint/ # Docker only
├── gateway/ # Docker only
└── stoobly-ui/ # Both Docker and localUnderstanding the Entrypoint Service
Q: What is the entrypoint service?
Q: What is the purpose of the entrypoint service?
Q: When is the entrypoint service used?
Q: How do I customize the entrypoint service?
Q: What's the difference between configure and init scripts in the entrypoint?
Understanding Docker Core Services
Q: What is the build service?
Q: What is the gateway service?
Docker-Specific Customization
Q: How do I add my application to the entrypoint service?
Q: How do I run my test suite in the entrypoint?
Q: How do I add environment variables to my Docker service?
Q: How do I mount volumes for my Docker service?
Q: What is the docker-compose.yml file used for?
Q: How do I use a custom context directory?
Q: How do I run workflows with custom namespaces?
Q: How do I run workflows in dry-run mode?
Advanced Configuration
Q: How do I increase logging verbosity?
Q: How do I follow workflow logs in real-time?
Docker Troubleshooting
Q: How do I view Docker logs for my services?
Q: What is the run.sh script?
Last updated