Skip to content

Instantly share code, notes, and snippets.

@cnio
Created April 21, 2016 07:10
Show Gist options
  • Select an option

  • Save cnio/749f1846083826b7583e9dfeb98d30ec to your computer and use it in GitHub Desktop.

Select an option

Save cnio/749f1846083826b7583e9dfeb98d30ec to your computer and use it in GitHub Desktop.
docker create user in home/
# in dockerfile
RUN useradd -ms /bin/bash new_user_name
# in cli
useradd -ms /bin/bash new_user_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment