Container for VS Code Remote (https://aka.ms/vscode-remote) for development using the hiredis library (https://github.com/redis/hiredis)
You can see the original examples at https://github.com/redis/hiredis/blob/master/examples
Download one of them
wget https://raw.githubusercontent.com/redis/hiredis/master/examples/example.c
Fix #include <hiredis.h>
sed -i 's%<hiredis.h>%<hiredis/hiredis.h>%g' example.c
Compile the example
gcc example.c -lhiredis
Run it.
./a.out redis
Look at Using SSH keys
You need to execute the git command in the terminal to add github.com to the list of known hosts in the container. For example, you can run git fetch.
git fetch