Skip to content
Snippets Groups Projects
Commit b28f571a authored by Montaño Sarria, Andres Felipe's avatar Montaño Sarria, Andres Felipe
Browse files

Add dock build example without dotfiles

parent dba451ea
No related branches found
No related tags found
No related merge requests found
......@@ -184,6 +184,8 @@ To build a docker image:
```bash
docker build -t devenv:${ros_distro} ${build_options} -f devenv.Dockerfile .
e.g.
docker build -t devenv:humble --build-arg ROS_DISTRO=${ros_distro} --build-arg PACKAGES=dummy_humble.txt -f devenv.Dockerfile .
or
dockbuild humble --shell zsh --ws neurondones_humble --force
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment