Intresting Codes

  1. Expression Evaluator
  2. 3N+1 Problem

to run the container

docker build buildenv -t "name-of-image"

to run the contaniner

docker run --rm -it -v "${pwd}:/root/env" "name-of-image"

Cleanup

Remove the build-evironment image:

docker rmi "name-of-image" -f

Built With

Share this project:

Updates