🚀 Launch Week Day 5:Introducing Immutable Scans.Learn More →
Socket
Book a DemoInstallSign in
Socket

ubuntu-dev-container

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ubuntu-dev-container

Ubuntu linux container for systemd-spawn intended for development usage

latest
Source
npmnpm
Version
2.0.1
Version published
Maintainers
1
Created
Source

ubuntu-dev-container

Ubuntu linux container for systemd-spawn intended for development usage.

See the Containerfile for more info.

npm install -g ubuntu-dev-container

When installing the container is built. The container user is the same as your host user.

Usage

ubuntu-dev-container # opens a container shell
ubuntu-dev-container --boot # does a full linux boot in the container
ubuntu-dev-container -b # same as above
ubuntu-dev-container /bin/bash # spawn a command in the container

Inside the container, the host cwd and home folder is mounted at mnt/cwd and mnt/home.

In addition the container runs in privileged mode and mounts your ssh config, vim config, npm config and gitconfig in home.

License

MIT

FAQs

Package last updated on 13 Feb 2024

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