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
3
Commits
1
Branch
0
Tags
0a6159b428
Branches
Tags
View all branches
Go to file
Code
Holger Mürk
0a6159b428
the code
2023-02-15 19:54:04 +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 code
2023-02-15 19:54:04 +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 code
2023-02-15 19:54:04 +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
Description
A quick demo to show off deployment of docker containers to Kubernetes
Readme
28
KiB
Languages
Go
86.2%
Dockerfile
13.8%