WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

NatanFreeman/dev-environments

Repository files navigation

dev-environment

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.

Building

Run docker-compose build to build the images.

Running

Python

docker-compose up --force-recreate python
ssh devuser@localhost -p 2223

Rust

docker-compose up --force-recreate rust
ssh devuser@localhost -p 2222

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published