We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
Actually, I am trying to run the below following command i.e docker run -it --rm -v $(pwd):/var/www/html --user node node:12.13.1-alpine ash.
The files inside the container (i.e /var/www/html ) should have user as node.
But, the files inside the containers are showing the same user as of the host. Also, can't create a directory inside the container.
It is working for my other colleagues. So, any help in this would be much appreciated.
Many thanks, Alwin
Note:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
Actually, I am trying to run the below following command i.e
docker run -it --rm -v $(pwd):/var/www/html --user node node:12.13.1-alpine ash.
Expected result :
The files inside the container (i.e /var/www/html ) should have user as node.
Actual result:
But, the files inside the containers are showing the same user as of the host.
Also, can't create a directory inside the container.
It is working for my other colleagues. So, any help in this would be much appreciated.
Many thanks,
Alwin
Note:
The text was updated successfully, but these errors were encountered: