alpine-chroot

Various utilities for creating and using Alpine Linux chroots

git clone https://git.8pit.net/alpine-chroot.git

commits

2018-02-13 alpine-chroot-create: follow links when copying /etc/resolv.conf Sören Tempel
2018-02-13 alpine-chroot-umount: rename from alpine-chroot-destroy Sören Tempel
2018-02-13 alpine-chroot-create: rbind /dev, /sys and /run by default Sören Tempel
2018-02-13 alpine-chroot-create: use bind mount for /dev but not for /proc Sören Tempel
2018-02-13 alpine-chroot: copy /etc/resolv.conf but only if it is newer Sören Tempel

Clone the repository to access all 18 commits.

alpine-chroot
=============

Various utilities for creating and using Alpine Linux chroots.

Utilities
---------

The following scripts are provided by this software:

* `alpine-chroot`:
	* Chroots into an existing Alpine Linux chroot.
	* Should work on any Linux distribution, requires cp(1) with -u
* `alpine-chroot-create`:
	* Creates and configures a new Alpine Linux chroot
	* Should work on any Linux distribution, requires apk
* `alpine-chroot-umount`:
	* Removes all mounts of an existing Alpine Linux chroot
	* Should work on any Linux distribution, requires busybox

See also
--------

* Fabian Affolters alpine-chroot repository: https://git.alpinelinux.org/cgit/user/fab/alpine-chroot/
* Jakub Jirutka alpine-chroot-install: https://github.com/alpinelinux/alpine-chroot-install

License
-------

This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation, either version 3 of the License, or (at your
option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.

You should have received a copy of the GNU General Public License along
with this program. If not, see <http://www.gnu.org/licenses/>.