devilbox/docs/howto/uid-and-gid/find-uid-and-gid-on-mac.rst
2018-07-26 09:38:35 +02:00

912 B

orphan

Find your user id and group id on MacOS

Table of Contents

local

Docker for Mac vs Docker Toolbox

Docker for Mac

On Docker for Mac (native Docker) you can open up any terminal you prefer, there are no other requirements.

Docker Toolbox

On Docker Toolbox it is important that you open up a Docker environment prepared terminal window.

  • howto_open_terminal_on_mac

Find uid and gid

Open the correct terminal as described above and type the following commands:

Find your user id (uid)

host> id -u

Find your group id (gid)

host> id -g