Skip to content

Instantly share code, notes, and snippets.

@DerekChia
Created December 26, 2021 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DerekChia/c01b270685465e85458afb3d6e642b13 to your computer and use it in GitHub Desktop.
Save DerekChia/c01b270685465e85458afb3d6e642b13 to your computer and use it in GitHub Desktop.
Start a container, read and print the environment variable. Defaults to ONE if VARIABLE_ONE is not overridden
version: "3"
services:
hello_world:
container_name: ubuntu
image: ubuntu:latest
command: '/bin/sh -c "echo ${VARIABLE_ONE:-ONE}"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment