DEV Community

Discussion on: How to use Invoker with docker containers?

Collapse
 
gander profile image
Gander • Edited

If you have a non-root user (e.g. dev) in the container and you want to log in to that user, replace this with a username. I did so to run it on my gander/dev image.

&& echo 'dev:secret' | chpasswd \
Enter fullscreen mode Exit fullscreen mode

Full working example for gander/dev.