2.0.1 • Published 3 months ago

ubuntu-dev-container v2.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
3 months ago

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

2.0.1

3 months ago

2.0.0

11 months ago

1.2.1

11 months ago

1.2.0

2 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago