When trying out the container for a demo I ran into a few issues that I think would be really complicated for someone not familiar with Docker. I pulled the container and attempted to run my script, which takes command line input, like follows:
So, it would be great to have better documentation about what each part of the docker command is doing and what is expected / assumed for running the script successfully.
I also wonder if we could be more flexible with the docker command.
When trying out the container for a demo I ran into a few issues that I think would be really complicated for someone not familiar with Docker. I pulled the container and attempted to run my script, which takes command line input, like follows:
This failed with:
Then I tried this:
This failed with:
Finally, I put my command line inputs in the same place as the script and it worked successfully.
So, it would be great to have better documentation about what each part of the docker command is doing and what is expected / assumed for running the script successfully.
I also wonder if we could be more flexible with the docker command.