Skip to content
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

Detatch from terminal rather than exiting and restarting #2

Merged
merged 1 commit into from
Jul 18, 2016

Conversation

cpswan
Copy link
Contributor

@cpswan cpswan commented Jul 18, 2016

Exiting the terminal and then restarting the container is clumsy compared to just detaching the terminal with Ctrl-p``Ctrl-q, (which is one of those lesser known/used features, but very handy).

Signed-off-by: Chris Swan <chris.swan@iee.org>
@knolleary
Copy link
Member

Thanks @cpswan - and your PR reminds me I need to setup the CLA checking on this repo.

@jthomas - this can be merged, @cpswan is already on The List

@jthomas jthomas merged commit 8b0e32a into node-red:master Jul 18, 2016
@jthomas
Copy link
Collaborator

jthomas commented Jul 18, 2016

Good tip!

dceejay pushed a commit that referenced this pull request Sep 25, 2019
Update node-red to the latest version 🚀
librae8226 pushed a commit to linkgo/node-red-docker that referenced this pull request Oct 12, 2019
…ed-0.18.7

Update node-red to the latest version 🚀
RaymondMouthaan added a commit that referenced this pull request Oct 16, 2019
dceejay pushed a commit that referenced this pull request Oct 16, 2019
* updated as discussed in PR144

* updated as discussed in PR144 #1

* updated as discussed in PR149 #1

* updated as discussed in PR149 #2
RaymondMouthaan added a commit that referenced this pull request Oct 17, 2019
dceejay pushed a commit that referenced this pull request Oct 21, 2019
* 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
dceejay pushed a commit that referenced this pull request Dec 18, 2019
commit 4e11a11
Author: Nick O'Leary <nick.oleary@gmail.com>
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 <nick.oleary@gmail.com>
Date:   Thu Nov 21 20:21:56 2019 +0000

    Update for 1.0.3

commit 1ffd9e7
Author: Raymond Mouthaan <raymondmmouthaan@gmail.com>
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
dceejay added a commit that referenced this pull request Feb 7, 2020
* 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

* - added `dev` manifest list tag
- fix contains "beta" | "dev"

* - if condition fix

* Fixup dev branch custom package.json to 1.0.2

merge changes from master to README.

* - missing i386 added

* let healthcheck be more tolerant

only fail if not running rather than if ok but no page in case someone moves everything from /

* - [skip travis] added Dockerhub Stars

* - [skip travis] textual

* - fix: set Docker Repo

* Add openSSL (#157)


* Add openSSL

* add openssl to custom image, correct readme to say ssh rather  than ssl (skip travis)

* Update README.md

* Squashed commit of the following:

commit 4e11a11
Author: Nick O'Leary <nick.oleary@gmail.com>
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 <nick.oleary@gmail.com>
Date:   Thu Nov 21 20:21:56 2019 +0000

    Update for 1.0.3

commit 1ffd9e7
Author: Raymond Mouthaan <raymondmmouthaan@gmail.com>
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

* new dual use healthcheck test

* Fix healthcheck to read settings.js

* Update healthcheck.js

* Update README.md

Co-authored-by: Raymond Mouthaan <raymondmmouthaan@gmail.com>
Co-authored-by: Chris G <chris@ctgcontrols.com>
takuya-o pushed a commit to takuya-o/node-red-docker that referenced this pull request May 9, 2020
…-red#162)

* 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 (node-red#149)


* updated as discussed in PR144

* updated as discussed in PR144 node-red#1

* updated as discussed in PR149 node-red#1

* updated as discussed in PR149 node-red#2

* Add healthcheck to dev

* Feature/i386 (node-red#153)

* added i386 support

* fix manifest arch for 386

* - added `dev` manifest list tag
- fix contains "beta" | "dev"

* - if condition fix

* Fixup dev branch custom package.json to 1.0.2

merge changes from master to README.

* - missing i386 added

* let healthcheck be more tolerant

only fail if not running rather than if ok but no page in case someone moves everything from /

* - [skip travis] added Dockerhub Stars

* - [skip travis] textual

* - fix: set Docker Repo

* Add openSSL (node-red#157)


* Add openSSL

* add openssl to custom image, correct readme to say ssh rather  than ssl (skip travis)

* Update README.md

* Squashed commit of the following:

commit 4e11a11
Author: Nick O'Leary <nick.oleary@gmail.com>
Date:   Wed Dec 18 20:28:18 2019 +0000

    Remove healthcheck as it does not handle https
    Fixes node-red#159

commit 2dad455
Author: Nick O'Leary <nick.oleary@gmail.com>
Date:   Thu Nov 21 20:21:56 2019 +0000

    Update for 1.0.3

commit 1ffd9e7
Author: Raymond Mouthaan <raymondmmouthaan@gmail.com>
Date:   Mon Oct 21 20:53:03 2019 +0200

    Support i386 (node-red#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 (node-red#149)

    * updated as discussed in PR144

    * updated as discussed in PR144 node-red#1

    * updated as discussed in PR149 node-red#1

    * updated as discussed in PR149 node-red#2

    * Add healthcheck to dev

    * Feature/i386 (node-red#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

* new dual use healthcheck test

* Fix healthcheck to read settings.js

* Update healthcheck.js

* Update README.md

Co-authored-by: Raymond Mouthaan <raymondmmouthaan@gmail.com>
Co-authored-by: Chris G <chris@ctgcontrols.com>
knolleary pushed a commit that referenced this pull request May 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants