1
0
mirror of https://github.com/alrayyes/docker-node-rsync synced 2023-11-14 15:56:26 +00:00

Updating the readme with some building / release information

This commit is contained in:
TJ Nicolaides 2018-08-20 15:21:08 -04:00
parent f68eba75f1
commit 21a0da670d

View File

@ -1,3 +1,11 @@
# docker-node-deploy # docker-node-deploy
Just the [official node container (LTS version 8.*)](https://hub.docker.com/_/node/) with added rsync and lftp support. Just the [official node container (LTS version 8.*)](https://hub.docker.com/_/node/) with added rsync and lftp support.
## Building Docker Images
Run `./bin/build.sh` to build a version of the Dockerfile at the root of this project.
## Releasing Container Versions
From [How to Version your Docker Images](https://medium.com/travis-on-docker/how-to-version-your-docker-images-1d5c577ebf54), bump `VERSION` and then run `./bin/release.sh`. This will build a container and automatically create and push a commit with the change to Github. Docker Hub is set to create a build based on any tag.