NERSC / shifter

Shifter - Linux Containers for HPC
Other
348 stars 63 forks source link

shifter.c: main(): Use entrypoint specified in the image when necessary #290

Closed maxim-belkin closed 3 years ago

maxim-belkin commented 3 years ago

This PR brings the behavior of --entrypoint parameter in line with that of --workdir: when --entrypoint flag is provided without a value, use the entrypoint specified in the image.

coveralls commented 3 years ago

Coverage Status

Coverage remained the same at 78.391% when pulling e30cfc7f93a5c00438e0a4df52835e83b3ec2638 on maxim-belkin:respect-image-entrypoint into 4c97268698a7c14c3bc3b57d7da52c247a4f5923 on NERSC:master.

maxim-belkin commented 3 years ago

Turns out this is handled correctly already. Closing.