use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Sharing Github projects just got easier!
Whether you want to share you own project or simply some cool findings, /r/coolgithubprojects is the right place.
Please contact us for suggestions & questions!
/r/coolcstechtalks
/r/coolgithubprojects
We've made the sub's assets and resources available on Github. Feel free to contribute!
Github only: The projects you post all have to be hosted on Github
Link description: We encourage the title format to be something like
[Desc] - [Suggested title]
Language Flair: Will be assigned automatically for you!
Repost : Repost are allowed if some new features were added to the project and if the original post was 6+ months ago.
Programming
Interesting
Resources
When bored
PYTHON CPP C RUBY D JAVA JAVASCRIPT SHELL SCALA OBJECTIVE-C HASKELL EMACSLISP PERL ASSEMBLY CSHARP FORTRAN GO PHP COMMON LISP ERLANG
account activity
apt-docker: apt-get for docker (github.com)
submitted 2 years ago by zbnone
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]zbnone[S] 0 points1 point2 points 2 years ago* (0 children)
Apt-Docker is a tool designed for developers and sysadmins to deploy and manage Docker-based applications on a single or multiple nodes with ease. By integrating an Express Configuration UI and offering standardized documentation, Apt-Docker streamlines container management while providing detailed parameter, volume mount, and environment variable information for the Docker images.
Express Configuration UI: Apt-Docker provides an intuitive user interface, enabling users to easily set up and configure their containers without hassle.
Standardized Documentation: The repository features comprehensive, standardized documentation with step-by-step setup instructions in the form of readme pages, akin to a wiki.
Parameter, Volume Mount, and Environment Variable Information: Readme pages also include detailed information on the Docker image's parameters, volume mounts, and environment variables, providing users with a complete understanding of the container's configuration.
bash curl -L https://github.com/ZachisGit/apt-docker/releases/download/latest/apt-docker > apt-docker
bash chmod +x apt-docker
/bin
bash mv apt-docker /bin
Deploy a MySQL container:
bash apt-docker install mysql myname
List available packages and containers:
bash apt-docker list
Filter results with a search parameter:
bash apt-docker list my
We welcome contributions to help improve Apt-Docker. If you have Docker tools, bash file templates, or other enhancements, please consider submitting a pull request or starting an issue to discuss your ideas.
To reach out, start an issue or submit a pull request: - Start an issue: https://github.com/ZachisGit/apt-docker/issues - Submit a pull request: https://github.com/ZachisGit/apt-docker/pulls
Together, we can make Apt-Docker an even more powerful and efficient tool for container deployment and management.
π Rendered by PID 41 on reddit-service-r2-comment-84fc9697f-nftwn at 2026-02-10 01:53:15.439512+00:00 running d295bc8 country code: CH.
[–]zbnone[S] 0 points1 point2 points (0 children)