Skip to content

Instantly share code, notes, and snippets.

@dkinzer
Last active April 16, 2021 00:58
Show Gist options
  • Select an option

  • Save dkinzer/774c1ecd69a112bc70123c1b1cfa950d to your computer and use it in GitHub Desktop.

Select an option

Save dkinzer/774c1ecd69a112bc70123c1b1cfa950d to your computer and use it in GitHub Desktop.
FROM harbor.k8s.temple.edu/library/alpine:3.13
CMD [ "echo", "hello world" ]
# build this with:
# docker build --tag=harbor.k8s.temple.edu/tulibraries/hello_world_dkinzer:latest .
# push this with:
# docker push harbor.k8s.temple.edu/tulibraries/hello_world_dkinzer:latest
@dkinzer
Copy link
Copy Markdown
Author

dkinzer commented Feb 4, 2021

k8 workshop asset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment