This website requires JavaScript.
Explore
Help
Sign In
holger
/
Docker-Container-Demo
Watch
1
Star
0
Fork
1
You've already forked Docker-Container-Demo
Code
Issues
Pull Requests
Packages
Projects
Activity
A quick demo to show off deployment of docker containers to Kubernetes
5
Commits
1
Branch
0
Tags
28
KiB
Go
86.2%
Dockerfile
13.8%
main
Branches
Tags
No results found.
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Holger Mürk
f9dea2369b
Merge remote-tracking branch 'origin/main' into main
2023-02-15 20:11:39 +02:00
cmd
the code
2023-02-15 19:35:38 +02:00
.gitignore
the code
2023-02-15 19:35:38 +02:00
Dockerfile
the Docker stuff
2023-02-15 20:11:25 +02:00
go.mod
the code
2023-02-15 19:35:38 +02:00
go.sum
the code
2023-02-15 19:35:38 +02:00
LICENSE
Initial commit
2023-02-15 17:12:14 +00:00
README.md
the Docker stuff
2023-02-15 20:11:25 +02:00
README.md
Docker-Container-Demo
A quick demo to show off deployment of docker containers to Kubernetes
how to use:
build the container, run it, point some port to its 8080, eg
-p 8080:8080
do a http request via that port