Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
generated from denorg/starter

🐳 Check if the process is running inside a Docker container in Deno

License

Notifications You must be signed in to change notification settings

denorg/is-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

25 Commits

🐳 Is Docker

Check if the process is running inside a Docker container in Deno.

Deno CI GitHub Contributors Deno Starter Made by Denorg TypeScript semantic-release

⭐ 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

CLI with DPX

After 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:

  1. --allow-read

πŸ‘©β€πŸ’» Development

Run tests:

deno test --allow-read

⭐ Related Work

πŸ“„ License

MIT Β© Denorg

A project by Denorg, the world's first Deno-focused community
organization and consulting company. Work with us β†’

About

🐳 Check if the process is running inside a Docker container in Deno

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published

Contributors 3

AltStyle γ«γ‚ˆγ£γ¦ε€‰ζ›γ•γ‚ŒγŸγƒšγƒΌγ‚Έ (->γ‚ͺγƒͺγ‚ΈγƒŠγƒ«) /