Browsing index pages (2 articles)
↧
shell script inside docker
i try run docker with entrypoint.sh, but it doesn't exequite .sh line: echo `ls -d /input/sub-*/ | sed -e 's/.*sub-\(.*\)\//\1/' | split -l 8 - participants_` I wrote it in dockerfile: ENTRYPOINT...
View ArticleAnswer by Kusalananda for shell script inside docker
There's a number of things in this script that are wrong or that can be improved. The main issue in the question seems to be why the two calls to echo does not produce any output. When you use a...
View Article
Browsing index pages (2 articles)