jwilder / dockerize

Utility to simplify running applications in docker containers
MIT License
5.01k stars 414 forks source link

Dockerise uid:gid #180

Closed modem7 closed 1 year ago

modem7 commented 2 years ago

Heya @jwilder,

I'm just building an image, and notice that when extracted, dockerise has a UID of 501 and a GID of dialout.

image

Is this intentional or an oversight? Just curious on the reasoning!

Version 0.6.1

Thanks!