问题 Hello I am very new on Docker and I want to make some initial configuration in the couchbase like that: Create a bucket Set admin password I want to automate these two process. Because: When I first run couchbase-db on docker (docker-compose up -d couchbase db) I am going localhost:8091 and I am setting admin password. If I didnt do this when first running, I could not run couchbase properly. What are ways to do this? Is there any images for doing this? Can I change Docker file for initial