Skip to content

A Docker image for running the CookCLI webserver and tools without installing them in your system

License

Notifications You must be signed in to change notification settings

paulotruta/docker-cookcli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker-cookcli

A Docker image for running the CookCLI webserver and tools without installing them in your system

Building the Image

docker build -t <desired_image_tag> .

Running the Image

This image listens to port 9080, but you can choose any port on the host machine

docker run -d -p 127.0.0.1:<desired_host_port>:9080 test-image

Files

This image runs cook server and fetches recipe and shopping list files from the ´/home/app` directory in the container.

Note: Currently on build the command cook seed is ran to generate example recipe files to check on the webapp. This should be removed in a future version.

About

A Docker image for running the CookCLI webserver and tools without installing them in your system

Resources

License

Stars

Watchers

Forks

Releases

No releases published