griswaldbrooks / c3pzero

Monorepo for c3pzero mobile base.
MIT License
0 stars 3 forks source link

Container hostname should be in /etc/hosts file #23

Open griswaldbrooks opened 2 years ago

griswaldbrooks commented 2 years ago

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.1

Notes

Not sure how to do this but it could require changes to the run.sh script.