ADMB Docker Images available for testing #302
Replies: 6 comments 15 replies
-
Hi Johnoel, Thanks for making the ADMB images available for testing. I'd like to learn how to use these. I just barely pass as someone 'that uses Docker'. I've tried Docker every couple of years since 2016 and always reached the same conclusion: hey, this stuff is cool! I can see potential use cases for ADMB images. My test platform is my work laptop, which has Windows 10 and Docker Desktop installed with a few r-base images from previous (successful) tests.
and get the error message
Then I try two hyphens
and get the error message
Then I try tinkering with the path format
and get the error message
Then I specify the image with creator and tag
and get the error message
The error message seems to be saying that my host platform (Windows 10 Enterprise) does not support the guest platform (Windows 10 LTSC 2019)... And here I was, hoping that: Win 10 + Win 10 = Profit! |
Beta Was this translation helpful? Give feedback.
-
All I did was changing the :windows tag to :linux and this time the slot machine is pouring out money:
Now my C:\simple folder contains
which is pretty neat, but now I'd like to run the model using the Docker image and I'm not sure how. Can the Docker image be used to run models or can it only compile? I guess I'm pretending that my host machine is a vanilla Windows laptop that does not have the capability to run Linux executables. Is that not a use case we have in mind, a Windows machine with very few things installed?
but get the error message
|
Beta Was this translation helpful? Give feedback.
-
and get a similar error message:
Can you help me reach my traditional conclusion that hey, this stuff is cool :) |
Beta Was this translation helpful? Give feedback.
-
resulting in the familiar:
I'm still wondering if the same ADMB image could both compile and run models? Juggling two Docker images (ADMB and GCC) to compile and run my model seems to invite version conflicts and other maintenance problems that might require more Docker expertise than I have :) |
Beta Was this translation helpful? Give feedback.
-
Thanks Arni for testing and providing feedback. Sorry, I was a bit sloppy. The QuickStarts have been updated and tested by me. Please try again and let me know. |
Beta Was this translation helpful? Give feedback.
-
@johnoel can you provide any guidance on how to use a makefile instead of a tpl? I'm struggling to get the stock synthesis makefile to run with the docker image. |
Beta Was this translation helpful? Give feedback.
-
Hi all,
For those that use Docker, the ADMB Images are now available for testing.
To use the ADMB Images, view the Readme.md for links to the quick start guides.
Any feedback or questions, please post to this discussion.
Thank you,
Johnoel
Beta Was this translation helpful? Give feedback.
All reactions