To update ros and do other network operations, the hostname of the container should be in it's /etc/hosts file.
Acceptance Criteria
GIVEN the development container has just been launched
WHENmore /etc/hosts is run
THEN the hostname of the container will appear and be associated to localhost/127.0.0.1
Notes
Not sure how to do this but it could require changes to the run.sh script.
Use Case
To update ros and do other network operations, the hostname of the container should be in it's
/etc/hosts
file.Acceptance Criteria
GIVEN the development container has just been launched WHEN
more /etc/hosts
is run THEN the hostname of the container will appear and be associated to localhost/127.0.0.1Notes
Not sure how to do this but it could require changes to the
run.sh
script.