Docker-based app builder to build, compile, and package apps quickly and consistently in isolation.
3.0K
Flash Builder is a Docker-based app builder designed to help build, compile, and package applications quickly, consistently, and in an isolated environment from the host system.
This image is suitable for:
jefriherditriyanto/flash-builder
docker pull jefriherditriyanto/flash-builder:latest
docker run -d \
--name flash-builder \
-e LICENSE=YOUR_LICENSE_HERE \
-e PORT=3000 \
-v flash_builder_app:/app \
jefriherditriyanto/flash-builder:latest
Once the container is running, you can access the application at:
Default credentials:
adminadmindocker-compose.ymlversion: "3.9"
services:
flash-builder:
image: jefriherditriyanto/flash-builder:latest
container_name: flash-builder #change to your container name (optional)
environment:
- LICENSE=YOUR_LICENSE_HERE
- PORT=3000
volumes:
- flash_builder_app:/app #change to your volume name (optional)
volumes:
flash_builder_app:
docker compose pull
docker compose up --force-recreate --build -d
docker image prune -f
Or to enter the container interactively:
docker compose run --rm flash-builder /bin/bash
Once running with Docker Compose, access the application using the same URLs:
Default System Credentials:
adminadminJefri Herdi Triyanto
GitHub: https://github.com/jefripunza
Aldiego Ardan
GitHub: https://github.com/diego-saurus
Content type
Image
Digest
sha256:e278acd9d…
Size
54.4 MB
Last updated
7 months ago
docker pull jefriherditriyanto/flash-builder