Skip to content

vantavoids/ft_env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

ft_env

A Docker based solution to emulate 42 Paris' working environment

Disclaimer

This obviously isn't a 1:1 copy! Always ensure to test your projects directly on the school dumps to avoid bad surprises during evaluations :p (saves you from the "it works on my machine" hassle)

Usage

docker run -it -v $(pwd):/workspace ghcr.io/vantavoids/ft_env:main

Usage (the smarter way)

Make yourself an alias (either in ~/.zshrc or ~/.bashrc)

alias ft_env='docker run -it -v $(pwd):/workspace ghcr.io/vantavoids/ft_env:main'

About

Docker based solution to emulate 42 Paris' working environment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages