/codelabs-docker

Primary LanguageDockerfileMIT LicenseMIT

codelabs-docker

Google Codelabs for the NAT-ed and firewalled dev. Technical documention using Markdown for your internal team, BYOCO (Bring Your Own Container Orchestration). Dockerize all the things! See my blog for motivation behind this repo.

Run on Google Cloud

Prereqs

Clone

git clone https://github.com/behoyh/codelabs-docker.git

Build

cd codelabs-docker && docker build -t behoyh/codelabs:0.0.5 .

Run

docker run -p 6464:6464 -d behoyh/codelabs:0.0.5

Behold

@ http://127.0.0.1:6464