Check if the process is running inside a Docker container
Easy test setup without side effects
Manage docker-compose from Node.js
Docker Remote API module.
Check if the process is running inside a container (Docker/Podman)
TypeScript definitions for docker-modem
Provides "ui" for testing frameworks such as mocha/jasmine which allows to define lazy variables and subjects
Docker remote API network layer module.
A simple service worker used for the static template in sandpack, allowing users to develop websites like they would locally in the browser.
[](https://slack.pulumi.com) [](https://www.npmjs.com/package/@pulumi/docker-build) [ CLI is your all-in-one API documentation utility. It builds, manages, improves, and quality-checks your API descriptions, all of which comes in handy for various phases of the API Lifecycle. Create your own rulesets to make
app-builder precompiled binaries
Check if the process is running in an SSH session
🚇 Hermes bytecode compiler for Metro.
WebdriverIO service to start and stop docker container (for Selenium and more)
Adds context as an alternative to describe to jest.
SMTP Server and Web Interface for reading and testing emails during development
A tool to interact with the Tolgee Platform through CLI
Collects Git commit info from CI or from CLI
DARE Framework - CLI, GraphRAG engine, MCP server and shared types in a single package
TypeScript definitions for dockerode
Executes RSpec commands on a Docker container using Compose.
Lucian is a test framework for Docker environments which running up containers using docker-compose.yml, and testing them using Rspec.
This gem is intended to aid in using Docker images and containers, specifically with regards to integration testing in RSpec.
A small gem to run RSpec, Serverspec, Infrataster and Capybara tests against Dockerfiles or Docker images easily.
Rails project generator. Stack includes docker,\ postgres, redis, sidekiq, rspec
# Sambot Sambot is our internal Platform Engineering toolchain to help standardize and simplify our DevOps workflow. It provides an executable with a variety of commands, grouped in various areas of functionality such as session management, DNS changes and cookbook management. ## Usage To install the gem, simply run `chef gem install sambot`. This will install the gem in your ChefDK installation. If you want to use it outside Chef, run `gem install sambot`. Run `chef exec sambot` to be shown the help menu. For help on specific commands, i.e. cookbook management and specific cookbook management commands, run `chef exec sambot help cookbook` or `chef exec sambot cookbook help generate` for example. ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.exacttarget.com/ads-devops/sambot. ### Installation Make sure you have `ruby >= 2.4.0` installed. Install `bundler >= 1.15.1` by running `gem install bundler` Run `bundle install` from the root of the project to install the required Ruby gems. ### Running Sambot If you want to test your changes locally, you can run `bundle exec bin/sambot`. ### Running Tests Run `bundle exec rspec spec` to execute the unit tests. Run `cd integration_tests && bundle exec rspec .` to execute the integration tests. These require that you have Docker Compose available. ### Linting There is nothing here yet