Sinead Eliade
2015-07-14 13:07:41 UTC
I would like to run a docker container from an ordinary user (not root).
- name: Install ipython/scipyserver
remote_user marcel
docker:
name: mycontainer
image: ipython/scipyserver
state: reloaded
pull: always
But when I look the processus (ps aux) I see that the docker processus
still belongs to root and not to marcel.
Any help is welcome.
- name: Install ipython/scipyserver
remote_user marcel
docker:
name: mycontainer
image: ipython/scipyserver
state: reloaded
pull: always
But when I look the processus (ps aux) I see that the docker processus
still belongs to root and not to marcel.
Any help is welcome.
--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+***@googlegroups.com.
To post to this group, send email to ansible-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/343e21cd-0c11-4afb-8d99-1fd1c19bf297%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-project+***@googlegroups.com.
To post to this group, send email to ansible-***@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/343e21cd-0c11-4afb-8d99-1fd1c19bf297%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.