Repository
Current version released
4 years ago
Versions
π³ Is Docker
Check if the process is running inside a Docker container in Deno.
β Getting started
Import the isDocker
function and use it:
import { isDocker } from "https://deno.land/x/is_docker/mod.ts";
const inDockerContainer = await isDocker(); // boolean
DPX
CLI withAfter installing DPX, you can directly use the CLI using the dpx
command:
dpx is_docker --allow-read
# You are not in a Docker environment
CLI
Alternatively, you can use it directly from the CLI by using deno run
:
deno run --allow-read https://deno.land/x/is_docker/cli.ts <arguments>
You can also install it globally using the following:
deno install --allow-read -n is_docker https://deno.land/x/is_docker/cli.ts
Then, the package is available to run:
is_docker
# You are in a Docker environment
Configuration
Required permissions:
--allow-read
π©βπ» Development
Run tests:
deno test --allow-read
β Related Work
- sindresorhus/is-docker is the Node.js project serving as inspiration for this one
π License
MIT Β© Denorg
A project by Denorg, the worldβs first Deno-focused community
organization and consulting company. Work with us β