Skip to content

Instantly share code, notes, and snippets.

@johann-ramos
Created August 29, 2018 02:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save johann-ramos/caec98fd7ccac979cffb7bb1d08836c4 to your computer and use it in GitHub Desktop.
Save johann-ramos/caec98fd7ccac979cffb7bb1d08836c4 to your computer and use it in GitHub Desktop.
#Create a secure docker user
RUN groupadd -g 61000 docker
RUN useradd -g 61000 -l -M -s /bin/false -u 61000 docker
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment