Skip to content

Instantly share code, notes, and snippets.

View claudioed's full-sized avatar
🏠
Working from home

Claudio Eduardo de Oliveira claudioed

🏠
Working from home
View GitHub Profile
## Clone Go APP
https://github.com/claudioed/players-app.git
## Build
docker build -t claudioed/players .
## Clone Java APP
https://github.com/claudioed/tdc-inn-police-man.git
@claudioed
claudioed / docker_intro.txt
Created September 22, 2021 21:17
Docker Intro
## Operando docker
## Run ubuntu
docker run -t -i --rm ubuntu bash
## Update repositories
apt-get update
## Install maven
apt-get install maven

Authorize gcloud to access the Cloud Platform with Google user credentials

$ gcloud auth login

Configure kubectl tool

$ gcloud container clusters get-credentials kubeernetes --zone us-central1-a --project camel-knative