I have a docker container that is built with the following Dockerfile:
FROM ubuntu:16.04 LABEL description="docker_linux" RUN useradd -m "john"