Attention
You can now run different PHP versions per project:
Release v3.0.0-beta-0.1
Find your user id and group id on MacOS¶
Table of Contents
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.
See also
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