-
Notifications
You must be signed in to change notification settings - Fork 9
/
globe.txt
46 lines (36 loc) · 2.1 KB
/
globe.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
███████╗ █████╗ ██████╗ ████████╗██╗ ██╗██╗ ██╗ ██╗
██╔════╝██╔══██╗██╔══██╗╚══██╔══╝██║ ██║██║ ╚██╗ ██╔╝
█████╗ ███████║██████╔╝ ██║ ███████║██║ ╚████╔╝
██╔══╝ ██╔══██║██╔══██╗ ██║ ██╔══██║██║ ╚██╔╝
███████╗██║ ██║██║ ██║ ██║ ██║ ██║███████╗██║
╚══════╝╚═╝ ╚═╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝╚══════╝╚═╝
_-o#&&*"?d:>b\_
_o/"`" ",, d8F988888Ho_
.o&#" `"8bH88888888888Ho.
.o"" " vod8*$&&H8888888888?.
," $8&ood,~"`(&##888888H\
/ ,8888888#b?#bob8888H888L
& ?888888888888888887888$R*Hk
?$. :8888888888888888888/H888|`*L
| |88888888888888888888b8H" T,
$H#: `*88888888888888888888b#}" `?
]88H# ""*""""*#8888888888888" -
88888b_ |88888888888P" :
H8888888Ho `888888888T .
?88888888P 988888888} -
-?8888888 |888888888?,d- "
:|888888- `8888888T .8|. :
.9888[ &88888*" `" .
:988k `888#" -
&8} ` .-
`&. .
`~, . ./
. _ .-
"`--._,dd###pp="""
Your 🌍 Earthly installation is working correctly ✨
This example build produces two outputs:
* hello.txt, a regular text file
* hello:latest, a container image
You can verify these outputs by running:
cat hello.txt
docker run --rm hello:latest