Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upSome format and syntax changes. #2533
Conversation
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
dudebout
Nov 3, 2013
Contributor
Sudo is not desirable. Users should add themselves to the docker group to not have to use sudo.
|
Sudo is not desirable. Users should add themselves to the docker group to not have to use sudo. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
jamtur01
Nov 3, 2013
Contributor
I disagree :) Also the sudo syntax is used in 90% of the documentation currently. Unless every document includes a header saying "This assumes you've added yourself to the docker group" then none of the commands will work. That violates the principal of least surprise to me.
|
I disagree :) Also the sudo syntax is used in 90% of the documentation currently. Unless every document includes a header saying "This assumes you've added yourself to the docker group" then none of the commands will work. That violates the principal of least surprise to me. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
dudebout
Nov 3, 2013
Contributor
To me this should be part of the installation process as it is right now. Then sudo should be dropped from all the other documentation places. This is noise that does not add anything.
To me, a command prefixed by sudo tells me that I cannot run it on a machine on which I do not have sudo access. I can run docker on a machine on which I do not have sudo access by having an administrator add me to the docker group.
|
To me this should be part of the installation process as it is right now. Then sudo should be dropped from all the other documentation places. This is noise that does not add anything. To me, a command prefixed by sudo tells me that I cannot run it on a machine on which I do not have sudo access. I can run docker on a machine on which I do not have sudo access by having an administrator add me to the docker group. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
dudebout
Nov 3, 2013
Contributor
I do agree on being consistent and I also agree on giving the documentation a little lovin as you are doing.
|
I do agree on being consistent and I also agree on giving the documentation a little lovin as you are doing. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
jamtur01
Nov 3, 2013
Contributor
Currently its not consistent either way - my view is that we make it consistent towards sudo, update the installation documentation and then make it all consistent towards no sudo with some notes/warnings/etc scattered where needed. YMMV and thanks for the feedback! :)
|
Currently its not consistent either way - my view is that we make it consistent towards sudo, update the installation documentation and then make it all consistent towards no sudo with some notes/warnings/etc scattered where needed. YMMV and thanks for the feedback! :) |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
|
/cc @metalivedev |
ghost
assigned
metalivedev
Nov 4, 2013
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
metalivedev
Nov 4, 2013
Contributor
using sudo is the current documentation standard. It is a reminder that docker does require special privileges to run.
|
using |
pushed a commit
that referenced
this pull request
Nov 4, 2013
metalivedev
merged commit dc33387
into
moby:master
Nov 4, 2013
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
dudebout
Nov 4, 2013
Contributor
@metalivedev only the daemon does. Then I do not need it I just need to be in a group which is way way weaker than having super user access.
|
@metalivedev only the daemon does. Then I do not need it I just need to be in a group which is way way weaker than having super user access. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
jamtur01
deleted the
jamtur01:add_sudo
branch
Nov 4, 2013
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
jamtur01
Nov 4, 2013
Contributor
@metalivedev I'll tackle that after #2534 gets merged - clean start on top of that.
|
@metalivedev I'll tackle that after #2534 gets merged - clean start on top of that. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
dudebout
Nov 4, 2013
Contributor
@metalivedev Thanks for the pointer to #1655. In this case it is more reasonnable to keep sudo.
|
@metalivedev Thanks for the pointer to #1655. In this case it is more reasonnable to keep sudo. |
jamtur01 commentedNov 3, 2013