https://github.com/koumoul-dev/tile38-sidecar
A tile38 image designed to be used as a sidecard in a kubernetes job. It can be stopped with a simple HTTP request when you are done with it.
https://github.com/koumoul-dev/tile38-sidecar
Last synced: 4 months ago
JSON representation
A tile38 image designed to be used as a sidecard in a kubernetes job. It can be stopped with a simple HTTP request when you are done with it.
- Host: GitHub
- URL: https://github.com/koumoul-dev/tile38-sidecar
- Owner: koumoul-dev
- Created: 2019-05-10T16:06:09.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T16:12:57.000Z (over 6 years ago)
- Last Synced: 2025-04-14T10:53:39.179Z (7 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tile38-sidecar
A tile38 image designed to be used as a sidecard in a kubernetes job. It can be stopped with a simple HTTP request when you are done with it.
## Build and test locally
In a terminal :
```
docker build -t tile38-sidecar .
docker run -it --rm --name tile38-sidecar -p 8986:8986 tile38-sidecar
```
In another terminal :
```
curl http://localhost:8986
```