Add option to specify level-1 dir destination#1
Add option to specify level-1 dir destination#1adybbroe wants to merge 1 commit intonordsat:mainfrom
Conversation
Signed-off-by: Adam.Dybbroe <a000680@c22526.ad.smhi.se>
|
I failed to get the mounting to work properly when invoking This means |
|
You can mount the correct directory directly with |
|
Like this: podman run \
-v /tmp/raw:/data/raw:Z \
-v /tmp/L1:/data/L1:Z \
--rm \
localhost/aws_pre_proc |
|
And to clarify, in your case you can do, assuming the podman run --rm \
-v /san1/polar_in/direct_readout/aws/raw:/data/raw:Z \
-v /san1/polar_in/direct_readout/aws/L1:/data/L1:Z \
r-harbor.smhi.se/satsa/aws-processorsThis way we don't need to make the code unnecessarily more complicated. |
This PR adds an option to specify the name of the level-1directory path.