Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 430324

Summary: [terminal] hostname of container assigned to the terminal is ugly
Product: [ECD] Orion Reporter: Anthony Hunter <ahunter.eclipse>
Component: DockerAssignee: Anthony Hunter <ahunter.eclipse>
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: P3 CC: ahunter.eclipse, gheorghe
Version: 6.0   
Target Milestone: 6.0 M1   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Anthony Hunter CLA 2014-03-13 16:51:27 EDT
Docker assigns the hostname to the terminal. It is base64 number and looks like e72bd555ff0a. Since the hostname by default is exposed to the end user in the command prompt, we need to replace with something better (or stop using the default command prompt).
Comment 1 Anthony Hunter CLA 2014-03-18 20:24:53 EDT
Resolved by commits in Bug 430327, specifically the change in:
http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/diff/bundles/org.eclipse.orion.server.docker/Dockerfile.user?id=276be3c8d1a732361afda9edb4ec6e47381bf511

We have changed the command prompt ($PS1) to not include the hostname.