# xuh-codelabs **Repository Path**: judddd/xuh-codelabs ## Basic Information - **Project Name**: xuh-codelabs - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-11-22 - **Last Updated**: 2025-09-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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](https://beshoyhanna.com/posts/BZf9BgGStHqUzavaWdtD) for motivation behind this repo. [![Run on Google Cloud](https://storage.googleapis.com/cloudrun/button.svg)](https://console.cloud.google.com/cloudshell/editor?shellonly=true&cloudshell_image=gcr.io/cloudrun/button&cloudshell_git_repo=https://github.com/behoyh/codelabs-docker.git) ### Prereqs * [Docker](https://www.docker.com/products/docker-desktop) * [Git](https://git-scm.com/downloads) ## 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 ## 方式二 ```shell ```