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. | 635 |
testcontainers/testcontainers-node | Provides a way to run tests with disposable instances of common environments and tools in Docker containers. | 1,925 |
testcontainers/testcontainers-dotnet | A library to create temporary Docker containers for testing .NET applications | 3,812 |
bcicen/ctop | A top-like interface for real-time container metrics monitoring and management | 15,576 |
testcontainers/testcontainers-java | A Java library providing lightweight instances of databases and web browsers in Docker containers for integration testing | 8,032 |
docker/cli | A comprehensive command-line interface for managing Docker containers and workflows | 4,945 |
docker/docker-bench-security | Automates security assessments of Docker container hosts and containers against best-practices | 9,146 |
appium/appium-docker-android | Automates Android testing on real devices using Appium and Docker | 600 |
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. | 222 |
microsoft/vscode-docker | An extension for Visual Studio Code that simplifies containerized application development and debugging. | 1,216 |
sindresorhus/is-docker | A utility package to determine if a process is running within a Docker container. | 221 |
nginx-proxy/docker-gen | A tool that generates configuration files from Docker container metadata | 4,454 |
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,381 |
jamestthompson3/nvim-remote-containers | Allows development inside docker containers directly from within a neovim editor similar to VSCode. | 888 |