We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MinIO 는 AWS 의 S3 SDK 와 호환되는 오픈소스 오브젝트 스토리지 서버 제품이다. 추후에 AWS 연동 진행할 것이므로, Docker MinIO 연동을 진행한다,
참고자료) https://docs.min.io/docs/setup-nginx-proxy-with-minio.html https://hub.docker.com/r/minio/minio/ https://docs.min.io/docs/java-client-quickstart-guide https://docs.min.io/docs/java-client-api-reference.html
The text was updated successfully, but these errors were encountered:
yanghun007ui-MacBook-Pro:~ yanghun007$ docker pull minio/minio yanghun007ui-MacBook-Pro:~ yanghun007$ docker run -p 9000:9000 -e "MINIO_ACCESS_KEY=AKIAIOSFODNN7EXAMPLE" -e "MINIO_SECRET_KEY=wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY" minio/minio server /data Endpoint: http://172.17.0.2:9000 http://127.0.0.1:9000
Sorry, something went wrong.
No branches or pull requests
MinIO 는 AWS 의 S3 SDK 와 호환되는 오픈소스 오브젝트 스토리지 서버 제품이다.
추후에 AWS 연동 진행할 것이므로, Docker MinIO 연동을 진행한다,
참고자료)
https://docs.min.io/docs/setup-nginx-proxy-with-minio.html
https://hub.docker.com/r/minio/minio/
https://docs.min.io/docs/java-client-quickstart-guide
https://docs.min.io/docs/java-client-api-reference.html
The text was updated successfully, but these errors were encountered: