Skip to content

Instantly share code, notes, and snippets.

@AbdlrahmanSaberAbdo
Created May 7, 2022 14:18
Show Gist options
  • Save AbdlrahmanSaberAbdo/3cc253d75c602fed124095553c502615 to your computer and use it in GitHub Desktop.
Save AbdlrahmanSaberAbdo/3cc253d75c602fed124095553c502615 to your computer and use it in GitHub Desktop.
# base image:alpine is used for its small size
FROM alpine
# commands to run on image
CMD [ "echo", "Hello Abdlrahman, I'm your custom image" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment