Skip to content

Instantly share code, notes, and snippets.

@theory
Created September 12, 2018 18:53
Show Gist options
  • Save theory/4aefd1c3fb7e39fb8a0cc04715089539 to your computer and use it in GitHub Desktop.
Save theory/4aefd1c3fb7e39fb8a0cc04715089539 to your computer and use it in GitHub Desktop.
FROM alpine:latest
RUN apk add --update less
ENV TERM xterm-256color
ENTRYPOINT echo -e "Color me \033[31mRED" | less
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment