This repo contains the Dockerfiles which I use to set up my Docker dev environments. Right now there are two environments, one for Rust and one for Python AI development.
The containers come with a default user called devuser
with the password password
.They supports connection via SSH.
Run docker-compose build
to build the images.
docker-compose up --force-recreate python
ssh devuser@localhost -p 2223
docker-compose up --force-recreate rust
ssh devuser@localhost -p 2222