Sign inSign up

nithinm/singlestore-studio

By nithinm

Updated over 2 years ago

Unofficial SingleStore Studio Docker image for amd64. Use --platform linux/amd64 on ARM.

Image
0

237

nithinm/singlestore-studio repository overview

SingleStore Studio Docker Image

Repository Name: nithinm/singlestore-studio

Description:

Welcome to the unofficial Docker image for SingleStore Studio, specifically built for amd64 architecture. SingleStore Studio is a compelling, easy-to-use visual interface enabling effective management and monitoring of SingleStore DB clusters. This community-maintained image facilitates SingleStore Studio's deployment in containerized environments, ensuring compatibility and ease of use on amd64 systems.

Architecture Support:

This Docker image is built for amd64 architecture, aligning with the dependencies on specific amd64 packages, such as singlestoredb-studio_4.0.17_514abf2000_amd64.deb. Currently, no native ARM version of the package is available. However, users on ARM platforms can still run the image using Docker's platform emulation capabilities.

Running on ARM Platforms:

While this image is amd64 specific, ARM platform users can run it by specifying the --platform flag with Docker's run command:

docker run --platform linux/amd64 -d -p 8080:8080 nithinm/singlestore-studio:latest

This approach leverages emulation and may impact performance, so it's recommended primarily for development or testing.

How to Use This Image:

  1. Pull the Image:

    docker pull nithinm/singlestore-studio:latest
    
  2. Run the Container:

    docker run -d -p 8080:8080 nithinm/singlestore-studio:latest
    

    Open your browser and navigate to http://localhost:8080 to access the SingleStore Studio UI.

Support and Contributions:

This image is provided as-is with no warranties. Feedback, issues, and pull requests are welcome to improve the image further.

GitHub Repository: https://github.com/nithinM/singlestore-studio

Disclaimer: This is an unofficial Docker image for SingleStore Studio. It is not endorsed by or affiliated with SingleStore Inc.

Tag summary

Content type

Image

Digest

sha256:d5c867737

Size

74 MB

Last updated

over 2 years ago

docker pull nithinm/singlestore-studio