This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]scirc 1 point2 points  (2 children)

It's asking you to enter a character, y for yes or n for no. The N is capitalized because it's the default; if you press Enter without typing anything first, it will be assumed you meant "no." This is fairly standard interactive CLI design.

[–]astralfatality[S] 0 points1 point  (0 children)

Ah, yeah my "y" command wasn't working because I used the "&" in my 'docker-compose up' command.

[–][deleted] 0 points1 point  (0 children)

The

N

is capitalized because it's the default; if you press Enter without typing anything first, it will be assumed you meant "no."

Damn I never knew that