1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

Corrects missing alias in alias set command (#1254)

A [user on
Mastodon](https://hachyderm.io/@thisismissem/112570163970900508) noted
that the instructions for connecting a container deploy to MC were
missing the alias in the `mc alias set` command.

This fixes that.

Not staged.
This commit is contained in:
Daryl White
2024-06-24 13:31:52 -04:00
committed by GitHub
parent 9fa014a073
commit a51f0fa6b5

View File

@ -97,9 +97,11 @@ The instructions include examples for both quay.io and DockerHub:
.. code-block:: shell
:class: copyable
mc alias set http://localhost:9000 myminioadmin minio-secret-key-change-me
mc alias set minio-alias http://localhost:9000 myminioadmin minio-secret-key-change-me
Replace ``myminioadmin`` and ``minio-secret-key-change-me`` with the :envvar:`MINIO_ROOT_USER` and :envvar:`MINIO_ROOT_PASSWORD` values in the environment file specified to the container.
- Replace ``minio-alias`` with the alias name to create for this deployment.
- Replace ``myminioadmin`` and ``minio-secret-key-change-me`` with the :envvar:`MINIO_ROOT_USER` and :envvar:`MINIO_ROOT_PASSWORD` values in the environment file specified to the container.
The command should return success if the container is running and accessible at the specified port.