Created
September 12, 2018 18:53
-
-
Save theory/4aefd1c3fb7e39fb8a0cc04715089539 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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