Skip to content

v4.87

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Dec 06:37
· 2 commits to master since this release
dbbbc27

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>.tar

After loading the image, you can run the container using:

docker run -it hbuilderx:<tag>