bgruening / docker-ipython-notebook

:whale: :microscope: :books: IPython running in a docker container. This image can be used to integrate IPython into Galaxy
MIT License
17 stars 9 forks source link

Uid gid changes #35

Closed hexylena closed 9 years ago

hexylena commented 9 years ago

Opening PR on behalf of @bgruening as his solution is better than #34

hexylena commented 9 years ago
groupadd: Permission denied.
groupadd: cannot lock /etc/group; try again later.

This is incompatible with -u.

hexylena commented 9 years ago

Tested, working.

hexylena commented 9 years ago

Eh, don't bother deleting the user, just sed /etc/passwd|shadow.

But yes, agreed, should be same user each and every time.

bgruening commented 9 years ago

@jmchilton The only reason I left this code in is to make the start of IPython inside of galaxy-docker faster. I guess for simplicity on our side we can remove this code path.