Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aesher9o1/kubernetes-docker-boilerplate
https://github.com/aesher9o1/kubernetes-docker-boilerplate
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aesher9o1/kubernetes-docker-boilerplate
- Owner: aesher9o1
- Created: 2020-04-06T07:29:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T09:52:55.000Z (about 2 years ago)
- Last Synced: 2023-03-07T02:48:56.002Z (almost 2 years ago)
- Language: Dockerfile
- Size: 171 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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 .```