containerized icon indicating copy to clipboard operation
containerized copied to clipboard

Detect whether your Node.js process is containerized — e.g. whether it runs inside a Docker container.

Results 6 containerized issues
Sort by recently updated
recently updated
newest added

There are a couple of PRs that haven't been merged yet including one I really need: https://github.com/pipedrive/containerized/pull/9 Could you give an indication as to whether this project is still being...

If running outside a container, this module (the command ran through `spawnSync`) will print a message into `stderr` on OSX: `cat: /proc/self/cgroup: No such file or directory` This is the...

This should fix the issue where in docker-ce, containerization is not detected due to the `docker-ce/` prefix on the docker identifier in cgroup proc. Fixes #8 Also added a quick...

Here's an example line from cgroup file: 1:cpuset:/docker-ce/docker/8bd2b99fd95d286ba02b5c090501014b6cb01a90e714d4db6fcfcb6ea4ec7cfa /docker-ce seems to fool it.

If docker container hostname is overridden, the hostname in cgroups must be ignored. Hostname can be overridden using [-h|--hostname[=HOSTNAME]] docker run option.