mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-20 05:17:53 +00:00
968 B
968 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