Giter Site home page Giter Site logo

permission issue about gitlab-arm64 HOT 2 CLOSED

zengxs avatar zengxs commented on September 23, 2024
permission issue

from gitlab-arm64.

Comments (2)

zengxs avatar zengxs commented on September 23, 2024

Hi, @indeepnet

I tested the commands on Linux, and there were no issues:

sudo docker run --detach \
  --hostname gitlab.example.com \
  --publish 10443:443 --publish 10080:80 --publish 10022:22 \
  --name gitlab_test \
  --restart always \
  --volume $GITLAB_HOME/config:/etc/gitlab:Z \
  --volume $GITLAB_HOME/logs:/var/log/gitlab:Z \
  --volume $GITLAB_HOME/data:/var/opt/gitlab:Z \
  --shm-size 256m \
  zengxs/gitlab:16.2.3-ee

Based on that, I suspect the issue might be related to the directories you're mounting. You can try removing the --volume parameters and see if it runs correctly.

Keep in mind that Docker on Mac actually runs inside a virtual machine. Apart from directory permissions, you may also need to consider the host machine's file sharing with the virtual machine. There are several factors involved, and without sufficient information, it's difficult for me to pinpoint the exact problem.

from gitlab-arm64.

zengxs avatar zengxs commented on September 23, 2024

Close the GitHub issue due to inactivity, but please feel free to reopen it if required.

from gitlab-arm64.

Related Issues (11)

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.