You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
Dockerfiles can be used to create docker images with dependencies of certain project pre-installed, for example. Basic ROS configuration is an example of useful dockerfile to have.
We'll setup a separate repo for those files (and put the link here when it's ready).
The text was updated successfully, but these errors were encountered:
@anselmolsm: While docker pull ros works well, am interested to know how does having Dockerfile for ROS is different ? Projects that use ROS may provide Dockerfile to build it using docker.
@shakthi-prashanth-m a Dockerfile can contain list of steps needed to install and configure certain application dependencies, for example. It's simpler to tell people to run docker build instead of a list of steps.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Dockerfiles can be used to create docker images with dependencies of certain project pre-installed, for example. Basic ROS configuration is an example of useful dockerfile to have.
We'll setup a separate repo for those files (and put the link here when it's ready).
The text was updated successfully, but these errors were encountered: