Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/containersolutions/ws-kubernetes-essentials-app


https://github.com/containersolutions/ws-kubernetes-essentials-app

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# Kubernetes Essentials 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`