Skip to content

General library for automating container configuration with the least* amount of dependencies (I hope).

Notifications You must be signed in to change notification settings

Amuxbit/container-automation-lib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

container-automation-lib

Author: Jason Giedymin

Usage

General container usage is as follows:

  1. git clone this repo
  2. source from your container script
  3. get going!

Tests

To run the tests use:

bash test.sh

Tips

  1. Use run with functions: run fx1 fx2
  2. Test return code of function with if directly (PRs in progress)
  3. Don't nest functions, unless you unset them. Instead flatten out and see #1 above.
  4. Don't lib-ify too much (see remote.sh as what not to do).

License

Apache v2

About

General library for automating container configuration with the least* amount of dependencies (I hope).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%