sh
Program runner
A subprocess replacement for Python that allows calling any program as if it were a function.
Python process launching
7k stars
135 watching
505 forks
Language: Python
last commit: about 1 month ago
Linked from 2 awesome lists
devopspythonsubprocess
Related projects:
Repository | Description | Stars |
---|---|---|
testcontainers/testcontainers-scala | Provides a Scala wrapper around a Java library to create and manage disposable Docker containers for testing applications. | 639 |
testcontainers/testcontainers-node | Provides a way to run tests with disposable instances of common environments and tools in Docker containers. | 1,970 |
testcontainers/testcontainers-dotnet | A library that provides throwaway instances of Docker containers for testing .NET applications. | 3,848 |
bcicen/ctop | A top-like interface for real-time container metrics monitoring and management | 15,641 |
testcontainers/testcontainers-java | A Java library that provides lightweight, throwaway instances of common databases or other applications in Docker containers for testing purposes. | 8,061 |
docker/cli | A comprehensive command-line interface for managing Docker containers and workflows | 4,993 |
docker/docker-bench-security | Automates security assessments of Docker container hosts and containers against best-practices | 9,195 |
appium/appium-docker-android | Automates Android testing on real devices using Appium and Docker | 605 |
lynchborg/ezdc | Provides a tool to easily set up tests with Docker Compose in Go. | 12 |
c0b/chrome-in-docker | Enables testing of latest Google Chrome versions in a isolated environment without upgrading the main browser. | 224 |
microsoft/vscode-docker | An extension for Visual Studio Code that simplifies containerized application development and debugging. | 1,223 |
sindresorhus/is-docker | A utility package to determine if a process is running within a Docker container. | 220 |
nginx-proxy/docker-gen | A tool that generates configuration files from Docker container metadata | 4,469 |
apocas/dockerode | A Node.js module that provides a JavaScript interface to Docker's Remote API for managing containers and interactions with the Docker daemon. | 4,401 |
jamestthompson3/nvim-remote-containers | Allows development inside docker containers directly from within a neovim editor similar to VSCode. | 894 |