Skip to content

A docker container with everything installed like norminette, valgrind, ccompiler

Notifications You must be signed in to change notification settings

Reptudn/42-docker-container

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

How to?

  1. Install the devcontainer extension in vscode (ms-vscode-remote.remote-containers)
  2. Start the docker deamon / docker desktop
  3. move the .devcontainer folder into your project folder
  4. Open the project in the container by clicking on the blue icon on the bottom left and then on "reopen in container"

What is installed with it?

  • Latest Ubuntu
  • git
  • gcc, clang
  • valgrind
  • curl
  • paco/francinette
  • python
  • norminette
  • vscode extensions:
    • GitHub Copilot
    • norminette highliter
    • 42 count line
    • 42 header
    • ...

Reminder

DONT FORGET TO CHANGE IT TO YOUR INTRA NAME IN THE devcontainer.json FOR THE HEADER EXTENSION!

About

A docker container with everything installed like norminette, valgrind, ccompiler

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published