Skip to content

jared-mackey/rustup-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

About

A base for Rust projects that run on Docker. Here is an example Dockerfile using the nightly branch of Rust. A special thanks to Zapier for allowing the nightly images to be updated daily!

FROM mackeyja92/rustup:nightly

# Copy the code over
COPY . /code/
WORKDIR /code/

CMD ["cargo", "run"]

About

A docker image for rustup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published