Skip to content

Docker issue: ROOT level privileges prohibited! #1310

Answered by abraunegg
TH-Braemer asked this question in Q&A
Discussion options

You must be logged in to vote

@TH-Braemer
Suggest that you step through each and every step from start to finish on how you are downloading & starting the Docker container.

Some simple questions to think about:

  • Am I logging into my system as a normal, unprivileged user or as root?
  • Have I correctly configured Docker so that I can start containers as my unprivileged user without the use of sudo - or do I have to use sudo as thats the only way it works?
  • How does my entire process / download / configure / run - compare to each command as specified in the docker readme? What differences are there between the commands I am running and the commands as documented which have been verified as accurate and true
  • Am I doing any w…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@abraunegg
Comment options

@BelphegorPrime
Comment options

@TH-Braemer
Comment options

@abraunegg
Comment options

@TH-Braemer
Comment options

Answer selected by abraunegg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants