aldomatic / docker-image-host-github

Example repo to build a docker image via actions and publish to github for hosting

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker-image-host-github

Example repo to build a docker image via actions and publish to github for hosting

KubeCTL commands

Create new deployment

kube ctl create deployment -f [FILE NAME]

Rolling update images to latest and restart pods

kubectl rollout restart deploy [DEPLOYMENT NAME]

About

Example repo to build a docker image via actions and publish to github for hosting


Languages

Language:JavaScript 67.4%Language:Dockerfile 32.6%