Skip to content

Commit

Permalink
fixup! mDNS setup for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
GonzaCer committed Aug 7, 2020
1 parent 4a835a2 commit b05304e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ros_desktop_full/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,6 @@ COPY config/start.sh /
RUN chmod +x /start.sh

# Execute on start
CMD sudo /start.sh $(DOCKER_DNS_HOSTNAME) && /bin/bash
CMD sudo /start.sh && /bin/bash

USER docker
2 changes: 1 addition & 1 deletion ros_robot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ COPY config/start.sh /
RUN chmod +x /start.sh

# Execute on start
CMD sudo /start.sh $(DOCKER_DNS_HOSTNAME) && /bin/bash
CMD sudo /start.sh && /bin/bash

USER docker
2 changes: 1 addition & 1 deletion vars.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ROS_PORT="11311"

# Configurations for devel
ROS_HOSTNAME_DEVEL="noahdevel"
ROS_HOSTNAME_DEVEL="gonzalo-Ekumen"

# Configurations for robot
ROS_HOSTNAME_ROBOT="noahrobot"
Expand Down

0 comments on commit b05304e

Please sign in to comment.