Skip to content

fmmajd/rust-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rust boilerplate project with docker

this is a simple template to start writing Rust programs.

I created this repository for myself, when I was starting to learn Rust and didn't want to install anything on my local machine.

if you are interested in using this template, simply clone it and then run:

docker-compose build
docker-compose up -d

and if/when you want to have access to the terminal, just run:

docker-compose exec rust bash

remember that the container's working directory is /home/rust

if you want to rename the container, just uncomment the container_name line in docker-compose file

About

a beginner boilerplate for Rust projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published