Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aesher9o1/kubernetes-docker-boilerplate


https://github.com/aesher9o1/kubernetes-docker-boilerplate

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# Kubernetes Docker Boilerplate

## Getting started
1. Make sure tsc is setup
2. Docker Desktop

## Making an image
```shell
docker build --tag test:1.0 .

```