Java implementation of Goose Game Kata link
First build the docker image with command (from project dir)
docker build -f docker/Dockerfile -t goose-game-kata-image .
Run game with
docker run -it --name goose-game-kata-container goose-game-kata-image
compile with the following command (from project dir)
mvn clean package
Run game with
java -jar target/goose-game-1.0-SNAPSHOT.jar