1
0
mirror of https://github.com/minio/docs.git synced 2025-04-24 06:05:11 +03:00
docs/source/includes/container/quickstart.rst
2022-09-23 16:11:48 -04:00

16 KiB

Quickstart for Containers

minio

This procedure deploys a Single-Node Single-Drive <minio-installation-comparison> MinIO server onto Docker or Podman for early development and evaluation of MinIO Object Storage and its S3-compatible API layer.

For instructions on deploying to production environments, see deploy-minio-distributed.

Prerequisites

  • Podman or Docker installed.
  • Read, write, and delete access to the folder or drive used for the persistent volume.

Procedure

  1. Start the container

    Select a container type to view instructions to create the container. Instructions are available for either GNU/Linux and MacOS or for Windows.

  2. Connect your Browser to the MinIO Server

    Access the minio-console by going to a browser and going to http://127.0.0.1:9000 or one of the Console addresses specified in the minio server command's output. For example, Console: http://192.0.2.10:9090 http://127.0.0.1:9090 in the example output indicates two possible addresses to use for connecting to the Console.

    While port 9000 is used for connecting to the API, MinIO automatically redirects browser access to the MinIO Console.

    Log in to the Console with the credentials you defined in the MINIO_ROOT_USER and MINIO_ROOT_PASSWORD environment variables.

    MinIO Console displaying login screen

    You can use the MinIO Console for general administration tasks like Identity and Access Management, Metrics and Log Monitoring, or Server Configuration. Each MinIO server includes its own embedded MinIO Console.

    MinIO Console displaying bucket start screen

    For more information, see the minio-console documentation.

  3. (Optional) Install the MinIO Client

    The MinIO Client <minio-client> allows you to work with your MinIO volume from the commandline.

    Select your operating system for instructions.

Next Steps

  • Connect your applications to MinIO <minio-drivers>
  • Configure Object Retention <minio-object-retention>
  • Configure Security <minio-authentication-and-identity-management>
  • Deploy MinIO in a Distrbuted Environment <deploy-minio-distributed>