-
Notifications
You must be signed in to change notification settings - Fork 385
Pull latest readme. volume updates etc across to master #202
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* added i386 support * fix manifest arch for 386
- fix contains "beta" | "dev"
merge changes from master to README.
# Conflicts: # .docker/docker.sh # .travis.yml # README.md
only fail if not running rather than if ok but no page in case someone moves everything from /
* Add openSSL
commit 4e11a11 Author: Nick O'Leary <[email protected]> Date: Wed Dec 18 20:28:18 2019 +0000 Remove healthcheck as it does not handle https Fixes #159 commit 2dad455 Author: Nick O'Leary <[email protected]> Date: Thu Nov 21 20:21:56 2019 +0000 Update for 1.0.3 commit 1ffd9e7 Author: Raymond Mouthaan <[email protected]> Date: Mon Oct 21 20:53:03 2019 +0200 Support i386 (#155) * Added support for s390x * Added support for s390x - manifest list added * bump node-red 1.0.1 * add s390x to Readme [skip travis] * Update README.md [skip travis] * Feature development repo (#149) * updated as discussed in PR144 * updated as discussed in PR144 #1 * updated as discussed in PR149 #1 * updated as discussed in PR149 #2 * Add healthcheck to dev * Feature/i386 (#153) * added i386 support * fix manifest arch for 386 * Fixup dev branch custom package.json to 1.0.2 merge changes from master to README. * - missing i386 added * let healthcheck be more tolerant * - [skip travis] added Dockerhub Stars
# Conflicts: # README.md
* Debugging containers * Debugger scripts * Debugger scripts * Wiki link
…obvious (#198) * add -v to all run examples to ensure users use external volumes also add debian custom build just because * just remove refs to VOLUME completely from dockerfiles and fix a small spacing error * another spellink mistook * fix old ref to alpine in debian file * Add default flow with warning for when no Volume mounted. Tidy up scripts to make more consistent, and fix readme to match.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Proposed changes
removing VOLUME declaration from Dockerfile so it can be specified outside gives much more control, but does need update to READme etc... this PR does all that ready for 1.2
Checklist
grunt
to verify the unit tests pass