ubuntu-dev-container

2.0.1 • Public • Published

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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.1
    1
    • latest

Version History

Package Sidebar

Install

npm i ubuntu-dev-container

Weekly Downloads

1

Version

2.0.1

License

MIT

Unpacked Size

21.1 kB

Total Files

6

Last publish

Collaborators

  • mafintosh