useradd incorrect
Summary
typo with the useradd command in the Dockerfile
Steps to reproduce
N/A
What is the current bug behavior?
Container complains that the username can't be found
What is the expected correct behavior?
Container works as expected
Relevant logs and/or screenshots
(Paste any relevant logs - please use code blocks (```) to format console output, logs, and code as it's very hard to read otherwise.)
Possible fixes
useradd -d instead of useradd -h
Tasks
-
Bug has been identified and corrected within the container
Please read the Iron Bank Documentation for more info
Edited by Jeff Weatherford