https://github.com/containersolutions/ws-k8s-foundation-sample-app
https://github.com/containersolutions/ws-k8s-foundation-sample-app
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/containersolutions/ws-k8s-foundation-sample-app
- Owner: ContainerSolutions
- Created: 2018-06-08T11:11:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T16:51:42.000Z (over 7 years ago)
- Last Synced: 2025-04-09T09:28:27.495Z (about 1 year ago)
- Language: HTML
- Size: 20.5 KB
- Stars: 2
- Watchers: 5
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kubernetes Workshop Sample Application
# By Container Solutions
## Build Docker Image
`docker build -t web .`
`docker run -p 9292:9292 web`
## Push to Docker Hub
`docker login --username=[DOCKERHUB-USER] --email=[DOCKERHUB-EMAIL]`
`docker build -t [DOCKERHUB-USER]/k8s-sample-app:1.0 .`
`docker push [DOCKERHUB-USER]/k8s-sample-app:1.0`