adding a recipe on how to use Windows container (dolmades) - #84
Merged
Conversation
Member
|
Ah this is so wicked cool! A few tweaks:
Here is the preview if needed: |
vsoch
reviewed
Jun 2, 2017
|
|
||
| That can be often done using the tool `winetricks`. Some more settings can be tweaked using the tool ```winecfg```. | ||
|
|
||
| ## Ressources |
Member
There was a problem hiding this comment.
looks like a ssssssnake wrote this line for you!! 🐍
vsoch
reviewed
Jun 2, 2017
|
|
||
| This is the ```singularity``` run script used in the images: | ||
| {% include gist.html username='katakombi' id='6a53d7b911eecabd60c2d342a5f3eeee' file='singularity' %} | ||
|
|
Member
There was a problem hiding this comment.
for the gist, it's probably going to be the case that the user wants the entire spec file - could we put the entire thing? So they can copy paste and go?
Author
|
Hm, I must not put the TOC at the start or can I? It messes up the summary
2017-06-02 22:34 GMT+02:00 Vanessa Sochat <[email protected]>:
… ***@***.**** commented on this pull request.
------------------------------
In _posts/recipes/2017-06-02-dolmades-windows-containers.md
<#84 (comment)>
:
> +Simply start it read-only:
+
+```
+./dolmades.img # or singularity run dolmades.img
+```
+
+Once you have figured out how to install and make an app work you repeat the steps in rw-mode.
+Often, some registry entries need to be tweaked or some builtin DLLs substituted by native ones.
+
+That can be often done using the tool `winetricks`. Some more settings can be tweaked using the tool ```winecfg```.
+
+## Ressources
+
+This is the ```singularity``` run script used in the images:
+{% include gist.html username='katakombi' id='6a53d7b911eecabd60c2d342a5f3eeee' file='singularity' %}
+
for the gist, it's probably going to be the case that the user wants the
entire spec file - could we put the entire thing? So they can copy paste
and go?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#84 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AE0YC5yTterEYRMLx1DgBjpivTZMeZBjks5sAHG5gaJpZM4Nuuro>
.
--
Egal wie viel du über Social Media teilst - Moses teilt Meer.
|
Member
|
To remove the TOC, just put this in the header data: and make sure |
Member
|
oups, we merged into docs/2.3! No worries - I'll add to master really quick. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I added a tutorial on how to build windows containers using singularity