Hacker News new | ask | show | jobs
by hitpointdrew 870 days ago
Dockerizing a shell script????

Unless your tool is converted to a service how would anyone ever use this? Do you expect them to run their project inside of your container?

This is very bizarre.

1 comments

It's quite typical. You `docker run`, and specify the options to mount the work tree of the project into the container.
Seems cumbersome…I’d rather run a script locally