-
|
Hello everyone 😄 I'm truly sorry if I'm missing the obvious, but I'm trying to make a quick-n-dirty install of Ozone on a PVE virtual container and a single (virtual) disk. Just to try it out. I fail at the following:
But I don't know how, since the VM OS has no I tried to find documentation about it, but failed. I'm grateful for any advice or links to docs. 🍰 |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
I managed to get a shell inside the docker container (i renamed to) There I ran: Which gave me:
This looks like I shouldn't need any access credentials in the first place? |
Beta Was this translation helpful? Give feedback.
-
|
I know found this post (issue #5800), titled "How to create initial set of S3 credentials?", saying:
Thanks! That worked. I simply used Then continuing to follow the official docs, I ran: Which simply froze. 😭 |
Beta Was this translation helpful? Give feedback.
-
|
I know it is quite late, but we have a docker compose file at here Maybe you could use the same to try it out. |
Beta Was this translation helpful? Give feedback.
I managed to get a shell inside the docker container (i renamed to)
ozone:There I ran:
sh-4.2$ ozone s3 getsecretWhich gave me:
This looks like I shouldn't need any access credentials in the first place?
(like
ozone.security.enabled = falseby default?)