HBuilderX Docker Images
This release contains Docker images for HBuilderX.
- hbuilderx.stable.tar: Docker image for HBuilderX Stable version
- hbuilderx.stable-slim.tar: Slim Docker image for HBuilderX Stable version
- hbuilderx.alpha.tar: Docker image for HBuilderX Alpha version
- hbuilderx.alpha-slim.tar: Slim Docker image for HBuilderX Alpha version
Usage
To load the Docker image, use the following command:
docker load -i hbuilderx.<version>.tarAfter loading the image, you can run the container using:
docker run -it hbuilderx:<tag>