Commit 90bc35873f4f8ee95c2f23e0e1644b7084ac525d
1 parent
5137b9c9
Exists in
dev
Add fix hostname to pyros container (hostname of local machine), updating PYROS_…
…DOCKER_START shell and batch script to set this variable
Showing
3 changed files
with
7 additions
and
1 deletions
Show diff stats
docker/PYROS_DOCKER_START.bat
docker/docker-compose.yml
@@ -45,6 +45,7 @@ services: | @@ -45,6 +45,7 @@ services: | ||
45 | context: .. | 45 | context: .. |
46 | #filename: Dockerfile | 46 | #filename: Dockerfile |
47 | container_name: pyros | 47 | container_name: pyros |
48 | + hostname: ${COMPUTER_HOSTNAME} | ||
48 | # tty is the -t option in docker exec | 49 | # tty is the -t option in docker exec |
49 | tty: true | 50 | tty: true |
50 | # stdin_open is the -i option in docker exec | 51 | # stdin_open is the -i option in docker exec |