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

https://github.com/ginberg/xshift_docker_operator


https://github.com/ginberg/xshift_docker_operator

Last synced: 11 months ago
JSON representation

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