A Docker based solution to emulate 42 Paris' working environment
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)
docker run -it -v $(pwd):/workspace ghcr.io/vantavoids/ft_env:main
Make yourself an alias (either in ~/.zshrc
or ~/.bashrc
)
alias ft_env='docker run -it -v $(pwd):/workspace ghcr.io/vantavoids/ft_env:main'