same image as devenv-42 but with default user being the ROOT
1.1K
42-renv ( 42 root environment) Docker ImageThis is basically the same image as devenv-42 but with the installed tools activated for the root user because on 42 desktops the user with id 1000 ( coder ) doesn't have the rights to read and edit and since we are not root the simple way is to work using the container root user
This 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:5c1dbafc1…
Size
2.2 GB
Last updated
over 2 years ago
docker pull stevennkeneng/42-renv