mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-20 13:23:07 +00:00
1.1 KiB
1.1 KiB
- orphan
Find your user id and group id on Windows
Table of Contents
- local
Docker for Windows
On Docker for Windows it is not necessary to change uid and gid in your .env
file.
Note
Docker for Windows is internally using network shares (SMB) to mount Docker volumes. This does not require to syncronize file and directoriy permissions via uid and gid.
Docker Toolbox
On Docker Toolbox it is important that you open up a Docker environment prepared terminal window.
howto_open_terminal_on_win
Find your user id (uid
)
Type the following command to retrieve the correct uid
.
host> id -u
Find your group id (gid
)
Type the following command to retrieve the correct gid
.
host> id -g