Sign inSign up

mobilebridge/typewriter

By mobilebridge

Updated almost 10 years ago

writes a $TEMPLATE to a file sustituting environment variables

Image
0

284

mobilebridge/typewriter repository overview

Typewriter

example docker-compose.yml:

version: 2
services:
    config:
        image: mobilebridge/typewriter
        environment:
            TEMPLATE: |
                [awesome]
                food = $FOOD
                animal = $ANIMAL
                planet = $PLANET
            FILENAME: /survey
            FOOD: pizza
            ANIMAL: cat
            PLANET: saturn
        restart: never

Tag summary

Content type

Image

Digest

Size

3.1 MB

Last updated

almost 10 years ago

docker pull mobilebridge/typewriter