Various container image combinations used in projects of kula.
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,VERSIONandOPERATING-SYSTEMplaceholders in the example command above with the correct values.
The main folder of each application contains a functional docker-compose.yml file. Run the application using it as shown below:
$ curl -sSL https://raw.githubusercontent.com/kula-app/containers/main/containers/APP/docker-compose.yml > docker-compose.yml
$ docker-compose up -d
Remember to replace the
APPplaceholder in the example command above with the correct value.
Content type
Image
Digest
sha256:267342809…
Size
85.1 MB
Last updated
over 1 year ago
docker pull kula/node-ruby:18.19.1-ruby3.3.4-alpine