I'm trying to print the user name in a ubuntu docker but this print an empty space
echo "$USER"
is there anything I'm missing?my ultimate goal is to create a new user and switch to it with docker command but I stock at the first step
I'm trying to print the user name in a ubuntu docker but this print an empty space
echo "$USER"
is there anything I'm missing?my ultimate goal is to create a new user and switch to it with docker command but I stock at the first step