Useful reusable scripts and code snippets
Starts a process and restarts it as soon as it stops running
Compress a file as tar.xz and then (on success) deletes the file
Updated debian image, with pre-installed package sets
USAGE:
docker build -f Dockerfile-debian-base -t fedfranz/debian-base .
- Select package set (
pkg_set
):
docker build -f Dockerfile-debian-base -t fedfranz/debian-base:SETNAME --build-arg pkg_set=SETNAME .
Available sets:
- curl wget
- ping
- ifconfig
- nslookup
NOTE:
- To update to latest version use '--no-cache' option