Skip to content

guybenr/FibonacciNumbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FibonacciNumbers

In order to run the container do the following:

  1. load the image into Docker with the following command:
docker load -i image

please make sure that while running the command the current working directory is the same folder you pulled the files into.

  1. run the container from the image using the following command:
docker run --rm fibonacci-numbers

One can also build the image directly from the Dockerfile, instead of using the image tar file, by running:

docker build -t fibonacci-numbers .

and then run the container as described in section 2.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published