remove docker argument -d in DockerTimeout.sh#31
Open
flywu wants to merge 1 commit intoremoteinterview:masterfrom
Open
remove docker argument -d in DockerTimeout.sh#31flywu wants to merge 1 commit intoremoteinterview:masterfrom
flywu wants to merge 1 commit intoremoteinterview:masterfrom
Conversation
|
Dose removing -d option work? Instead, when I run with only -d option(deleting --rm), it works well.! |
Author
|
In my situation, removing -d option does well.
But that i remove —rm and run only with -d option also does work ok !
… 在 2017年4月20日,22:33,JeongTaekLim ***@***.***> 写道:
Dose removing -d option work?
I got error.
{ [Error: Command failed: time="2017-04-20T23:29:52+09:00" level=fatal msg="cannot enable tty mode on non tty input"
] killed: false, code: 1, signal: null } '' 'time="2017-04-20T23:29:52+09:00" level=fatal msg="cannot enable tty mode on non tty input" \n'
Instead, when I run with only -d option(deleting --rm), it works well.!
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#31 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AFookb6VKj2DJYIva6FvnU32rWbeRtwhks5rx2yygaJpZM4M9rS1>.
|
|
Thank you for reply. |
Author
|
My docker runs on boot2docker , a toolbox for macOS. My macOS is 10.12.3.
i have seen your issues#32 , but i didn’t get into your problem on the first step.I run command ‘npm install’ and ‘node app.js’ well.
… 在 2017年4月21日,10:06,JeongTaekLim ***@***.***> 写道:
Thank you for reply.
Can you tell me your os?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#31 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AFookUaK44CD_I3eHzbecSVNDB0hkEPdks5ryA8-gaJpZM4M9rS1>.
|
|
This change is necessary. Official Docs : https://docs.docker.com/engine/reference/run/#clean-up-rm |
|
I've tried in a Digital Ocean droplet with CentOS and removing -d didn't work, while removing --rm did work. |
Contributor
|
As I understand this issue
|
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
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.
with -d ,docker can't bootup because of conflict of argument -d and argument --rm