-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
remove tty in docker run #225
Conversation
Makefile
Outdated
@@ -11,7 +11,7 @@ MAKEFLAGS += -B | |||
|
|||
DOCKER_RUN := docker run --rm=true --privileged \ | |||
-v $(PWD):/sonic \ | |||
-it sonic-slave-$(USER) | |||
sonic-slave-$(USER) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe not necessary in this case, I think we can keep '-i'. It is possible that some internal binary will detect environment and run conditional code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree with @qiluo-msft
I'd add something like -i$(SONIC_SLAVE_TTY)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what is SONIC_SLAVE_TTY?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@marian-pritsak What is 'SONIC_SLAVE_TTY'? If not used, we can remove it.
…onic-net#225) * Check user id for fast-reboot-dump.py script * exit with exit code 1 * Use TCP to connect to the DB. Remove check for super user as redundant * Finnaly Remove check for super user as redundant
- Add -d record_location option to indicate the folder for putting SAI Redis recording file and SwSS recording file. - The size of this folder should be monitored and limited to prevent disk space full issue.
c8eceec 400zr initial support (#228) ef55364 SSD Health: Retrieve SSD health and temperature values from generic SSD info (#229) 26c8346 Fix cmis cable length issue (#225) 671927d Fix typo in the simulated y_cable driver (#226) 51a9aca [sfp-refactor] Add initial support for CMIS in sonic_xcvr (#220) Signed-off-by: Prince George <prgeor@microsoft.com>
Adding test plan for PoE
Description Enable 50% Diff Coverage for sonic-platform-daemons PR build Motivation and Context Enhance the code quality
#17476) #### Why I did it src/linkmgrd ``` * 79c3872 - (HEAD -> master, origin/master, origin/HEAD) [active-standby] Fix `show mux status` inconsistency introduced by orchagent rollback (#225) (24 hours ago) [Jing Zhang] * ba913c0 - [warmboot] use config_db connector to update mux mode config instead of CLI (#223) (2 days ago) [Jing Zhang] ``` #### How I did it #### How to verify it #### Description for the changelog
No description provided.