-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
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
Add manage_containers.py #27
base: master
Are you sure you want to change the base?
Conversation
Checking groups in wrap_docker_command() is not reliable. For example, the `dockerman` user in `dockerman` group makes this check fail. Let's do it properly and try the `docker ps` command. Thanks to @Willenst for finding this bug.
Hello @Willenst, Thanks for your work! I've added some fixes (including one for #28) and some style improvements. Currently, I see a possible problem: |
4a02da3
to
0559ca0
Compare
Checking groups in "groups | grep docker > /dev/null" is not reliable. For example, the `dockerman` user in `dockerman` group makes this check fail. Let's do it properly in a more strict way.
0f10184
to
62e3e6c
Compare
It's not compatible with new `manage_containers.py`.
Hi @Willenst, Could you please also reorder clang and gcc in the I've added some fixes in Now you can remove the obsolete shell scripts (because we have And please update the whole README. Thanks for the collaboration! 👍 |
Hello @a13xp0p0v. I decided to reorder clang and gcc pretty much everywhere to achieve uniformity, I hope I didn't overdo it. Also removed “obsolete” shell scripts and updated README for them and for changes in python scripts. I also added a couple of beauty features to the README, like text and subparagraph highlights, I hope it will look better this way. |
Hello, it looks like my previous PR #22 was broken, so here is its recovery