New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

docker-skaffold

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

docker-skaffold

Sets up and tears down docker-compose skaffolding around any command

latest
npmnpm
Version
0.2.3
Version published
Maintainers
1
Created
Source

docker-skaffold

Sets up and tears down docker-compose skaffolding around any command.

Useful for writing integration tests that involve setting up database or other containers.

Usage

# bring up and tear down docker environment from docker-compose.yml file in same directory
npx docker-skaffold -- echo hello

# or
npm install docker-skaffold
docker-skaffold -- echo hello

Features

docker-compose arguments passthrough:

docker-skaffold --project-name=test --file ./path/to/docker-compose.yml -- echo hello

automatically detect if docker-compose or docker compose should be used.

passes through exit codes from wrapped command

you can keep the docker containers around if you pass --keep:

docker-skaffold --keep -- echo hello

FAQs

Package last updated on 06 Jan 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts