This is an ubuntu dev environment containing all the necessary to develop C projects at 42.
10K+
devenv-42 Docker ImageThis Docker image, devenv-42, is tailored specifically for developers, particularly those working with C. It features a variety of essential tools and enhancements designed to facilitate a productive development environment.
curl, wget, git, vim, nano, sudo, tmux and gcc.lazygit for managing git repositories, and norminette for adhering to the 42 school's coding standards.eza (an enhanced ls), fzf (Fuzzy Finder) with advanced preview setups, and bat (a cat clone with syntax highlighting) enhance file browsing and viewing.Valgrind for detecting and diagnosing memory leaks, essential for C development.tldr pages offer simplified and accessible man pages.To use this image and mount your working folder inside the container, follow this command pattern:
markdownCopy code
docker run -it --name devenv -v /path/to/your/local/folder:/home/coder/code stevennkeneng/devenv-42
/path/to/your/local/folder with your local directory path.The devenv-42 Docker image provides a rich and efficient development environment equipped with a range of modern tools designed to enhance productivity and streamline the development workflow. Use the command provided above to integrate your development work seamlessly with this powerful toolset.
Content type
Image
Digest
sha256:374bf0211…
Size
1.2 GB
Last updated
over 2 years ago
docker pull stevennkeneng/devenv-42