Coder Social home page Coder Social logo

Comments (4)

nary24 avatar nary24 commented on July 18, 2024 1

容器中的rocketmq启动用户为rocketmq,经过查询它的id为 3000
所以把挂载出来的权限设置为以下
chown 3000:3000 ./rmqs/logs
chown 3000:3000 ./rmqs/store
chown 3000:3000 ./rmq/logs
chown 3000:3000 ./rmq/store

from docker-rocketmq.

foxiswho avatar foxiswho commented on July 18, 2024

你可以使用nfs 与pvc挂载,让运维同学去学习。 k8s pvc

from docker-rocketmq.

zealinux avatar zealinux commented on July 18, 2024

@foxiswho 我使用docker-compose启动的服务,但是发现权限用666,也是不行的。
然后搜索了一下,uid="$(id -u)" gid="$(id -g)" docker-compose up -d这种方式也不行。

有没有其他方式,比如需要在主机上创建个rocketmq的用户?

from docker-rocketmq.

foxiswho avatar foxiswho commented on July 18, 2024

宿主机, docker 默认是 root 账户,所以这里也是root账户

from docker-rocketmq.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.