https://github.com/ginberg/xshift_docker_operator
https://github.com/ginberg/xshift_docker_operator
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ginberg/xshift_docker_operator
- Owner: ginberg
- Created: 2021-04-14T07:06:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-21T10:32:26.000Z (about 5 years ago)
- Last Synced: 2025-03-16T01:27:06.277Z (over 1 year ago)
- Language: R
- Size: 15.5 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Xshift
##### Description
```
https://github.com/ginberg/shift_docker_operator.git
```
##### Build & Run
```bash
VERSION=0.0.1
docker build -t ginberg/xshift:$VERSION .
docker push ginberg/xshift:$VERSION
git add -A && git commit -m "$VERSION" && git tag -a $VERSION -m "++" && git push && git push --tags
docker run -it --rm --entrypoint "/bin/bash" ginberg/xshift:$VERSION