This repo provides a sample development environment for rust development. This can be replaced with any other rust images and add any other development requirements
- Prerequisites
The following are requirements for development a. docker and docker-compose installed b. Git is Installed
- Clone this repository
git clone "https://www.github.com/jaydevops/rustseed.git" testrust
- Run docker-compose
cd testrust
docker-compose run rustseed
- Remove git (run only time)
rm -rf .git
- Run cargo init (required only when creating a new app)
cargo init testrust
- Add to git repo
Do the following from the host
git add .
git commit -m "initial"
# git push "replace with your repo url"