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

937 B

orphan

Find your user id and group id on Windows

Table of Contents

local

Docker for Windows

This section requires the actual information about how to get uid and gid. https://forums.docker.com/t/find-uid-and-gid-on-windows-for-mounted-directories/53320

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