WASdev / ci.docker.websphere-traditional

Dockerfiles for WebSphere Application Server traditional
Apache License 2.0
171 stars 192 forks source link

Root access not allowed? #68

Closed ghost closed 6 years ago

ghost commented 6 years ago

How do I get root access for this container? Not an option? Build my own?

Thanks

davidcurrie commented 6 years ago

Why do you need root access? As part of a Docker build you can switch back to the root user with USER root. There shouldn't be a need to have access as root at runtime.

ghost commented 6 years ago

Got it. Thanks!