Skip to content

Instantly share code, notes, and snippets.

@NileshGule
Last active June 1, 2018 01:35
Show Gist options
  • Save NileshGule/6bde2e04a283d64804f697daa139516f to your computer and use it in GitHub Desktop.
Save NileshGule/6bde2e04a283d64804f697daa139516f to your computer and use it in GitHub Desktop.

Voxxed Days Singapore 2018

Docker Compose commands

docker-compose --file docker-compose-build.yml build

docker-compose --file docker-compose-build.yml up

docker-compose --file docker-compose-build.yml push

Minikube

Start single node Minikube cluster

minikube start

Get url for Web application deployed with service name webfront

minikube service --namespace voxxed-days-2018sg --url webfront

Access minikube dashboard

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