Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump dockerfile playground for ros #70

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM ros:noetic-ros-core

WORKDIR /app
RUN mkdir -p /app
COPY . /app

CMD ["/bin/bash"]

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,9 @@ Click here to go to the [Wiki](https://github.com/Uvic-Robotics-Club/ROS-rover/w
## Cheese Deluxe (2023 CIRC)

![rover2023](https://github.com/Uvic-Robotics-Club/ROS-rover/assets/42494981/6ad63a31-c7e6-4dca-9484-24c6020416f9)



sudo docker run -it my-ros-image /bin/bash

sudo docker build -f Dockerfile.dev -t my-ros-image .