Skip to content

fed-franz/utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

utilities

Useful reusable scripts and code snippets

Bash

keep-process-running

Starts a process and restarts it as soon as it stops running

tar-file-xz

Compress a file as tar.xz and then (on success) deletes the file

Docker

Debian-base

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

About

Useful reusable scripts and code snippets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published