Skip to content

Commit e795751

Browse files
authored
Update Dockerfile
Signed-off-by: Nicolás Georger <info@sredevops.org>
1 parent 81e13f3 commit e795751

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@ RUN echo 'System Information:' \
1313
&& echo 'Current Date and Time:' \
1414
&& date
1515

16+
1617
# Set the default command to run when the container starts
1718
# This command will echo the system information using `uname -a`, a hello world message, and the current date and time to stdout, then exit cleanly.
1819
CMD ["sh", "-c", "echo 'System Information:' && uname -a && echo 'Hello, World!' && echo 'Current Date and Time:' && date"]
1920
# The `uname -a` command prints all system information, including the kernel name, version, and architecture.
21+
22+

0 commit comments

Comments
 (0)