9540 - more docs for container usage - #9584
Conversation
462ddb2 to
5111458
Compare
|
@pdurbin hope you don't mind, but I'm unassigning myself and let you add the remaining bits 'n' bobs. Please feel free to switch this to "ready for review". |
|
@pdurbin I marked the PR as ready for review. If you feel like we should address the rest of the open points in #9540, please go ahead 😄 (These are the open points:) |
|
If On RockyLinux 8, [ERROR] Failed to execute goal io.fabric8:docker-maven-plugin:0.42.1:build (default-build) on project dataverse: Execution default-build of goal io.fabric8:docker-maven-plugin:0.42.1:build failed: No given, no DOCKER_HOST environment variable, no read/writable '/var/run/docker.sock' or '//./pipe/docker_engine' and no external provider like Docker machine configured -> [Help 1]
This error occurs when you try to run with docker-maven-plugin and $DOCKER_HOST is not given. For example, assign $DOCKER_HOST with "/var/run/docker.sock". For further information, see link below. Thanks for your help in solving this problem @pdurbin . |
pdurbin
left a comment
There was a problem hiding this comment.
I made some commits. This is ready to merge! Thanks, @poikilotherm!

What this PR does / why we need it:
This pull request will satisfy the required documentation bits for milestone A of the containerization strategy.
Which issue(s) this PR closes:
Special notes for your reviewer:
None so far.
Suggestions on how to test this:
Just take a look at the RTFD preview - no code changes involved.
Does this PR introduce a user interface change? If mockups are available, please link/include them here:
Nope.
Is there a release notes update needed for this change?:
Dunno.
Additional documentation:
None.