Once upon a time there was a great hero, called Natelus, with some strengths and weaknesses, as all heroes have. After battling all kinds of monsters for more than a hundred years, Natelus now you are able to witness his heroci deeds.
You'll have an oportunity to spectate simulate a battle between Natelus and a wild beast at command line.
docker run --rm -v ${path}/ever-green-forest:/workspace golang:1.20.1 \
/bin/bash -c "cd /workspace && go build main.go"
${path}/ever-green-forest/maindocker run --rm -v ${path}/ever-green-forest:/workspace golang:1.20.1 \
/bin/bash -c "cd /workspace && go test -v ./tests"docker run --rm dimgray/ever-green-forestFrist build docker image locally
docker build -t swisscome:0.0.2 -f ${path}/ever-green-forest/environment/Dockerfile .Run VS Code and Open Folder ever-green-forest and Reopen In Container.
Make sure you have ms-vscode-remote.remote-containers extension.