Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.
/ container-example Public archive

Simple container that shows how to pass configuration, scratch storage and permanent storage

Notifications You must be signed in to change notification settings

slateci/container-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slateci/example container image

A simple Docker container image that shows how to pass configuration, scratch storage and permanent storage.

Usage

To run:

docker run slateci/example 

You can pass the configuration parameters using environment variables:

docker run -e "CONFIGURATION_PARAMETER_1=customValue1" -v /tmp/data:/var/example/data slateci/example

You can pass the configuration file using volumes:

docker run -v /tmp/example.conf:/etc/example/example.conf slateci/example

You can pass persistent storage using volumes:

docker run -v /tmp/data:/var/example/data slateci/example

About

Simple container that shows how to pass configuration, scratch storage and permanent storage

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages