Skip to content

sautoirs/rosary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rosary

Docker

Image for cross building and debugging bare metal projects

Usage

Download the image

# You can choose a version (e.g. 0.2.0) instead of `latest`
docker pull sautoirs/rosary:latest
# Create a shorted tag for the downloaded image
docker tag sautoirs/rosary:latest rosary

Run a single command

docker run --rm -v $(pwd):/workdir rosary <your build command>

Open a shell

docker run -it --rm -v $(pwd):/workdir rosary bash