Hi, could you add variable to change default UID (105) and GID (106) when creating container? It's ofcourse possible via docker exec ftp -c "usermod -u 1000 ftp ; groupmod -g 1000 ftp" but i think variable to use with docker run will be convinient.