Skip to content

kula-app/containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The kula.app containers library

Build Images

Various container image combinations used in projects of kula.

Get an image

The recommended way to get any of the images is to pull the prebuilt image from the Docker Hub Registry.

$ docker pull kula/APP

To use a specific version, you can pull a versioned tag.

$ docker pull kula/APP:[TAG]

If you wish, you can also build the image yourself by cloning the repository, changing to the directory containing the Dockerfile and executing the docker build command.

$ git clone https://github.com/kula/containers.git
$ cd images/APP/VERSION/OPERATING-SYSTEM
$ docker build -t kula/APP .

Remember to replace the APP, VERSION and OPERATING-SYSTEM placeholders in the example command above with the correct values.

About

Containers used by kula.app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published