Skip to content

DxCx/docker-base-kamino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-base-kamino

Kamino is a docker spwaning framework

Notes:

  • Kamino has a docker engine hosted inside, because of that, it must be run using --privileged flag.
  • It is recommended to export /var/lib/docker as mounted volume so images that are pulled will be stored on disk.

Kamino Files (Of the child image):

  • docker-compose.yml - App's docker-compose file.
  • bootstrap.sh - shell script to run as part of the bootstrap.

Enviorment:

KAMINO_INPUT_DIR - directory that will contain current kamino files.
PUSER - user from docker host to run the services as.
PUID  - uid of the PUSER
PGID  - gid of the PUSER

Build:

docker build -t base-kamino .

About

Kamino is a docker spwaning framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages