Update docs for Podman support - #345
Merged
Merged
Conversation
crazy-max
requested changes
Apr 28, 2021
crazy-max
left a comment
Owner
There was a problem hiding this comment.
Was starting to review but I think it should be on a dedicated page named "Podman" under Installation section.
Contributor
Author
|
I think so too, will do that |
Owner
|
@Stig124 If you want to test documentation locally you can use the following commands: # Build mkdocs image
docker build -t mkdocs -f ./hack/docs.Dockerfile --target base .
# Run mkdocs image and watch for changes
docker run --rm -it -p 8000:8000 -v $(pwd):/docs mkdocs
# Open http://localhost:8000 on your browser |
Running diun on Podman (default container runtime on RHEL, CentOS...) needs a workaround to work, this doc change treats that Separate Podman install page Rolled back previous commit, added Podman page
Contributor
Author
|
And it is done |
Contributor
Author
This should definitely be part of the contributing docs as it is really useful |
crazy-max
requested changes
Apr 28, 2021
Co-authored-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Co-authored-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
Merged
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.
Running diun on Podman (default container runtime on RHEL, CentOS...) needs a workaround to work, this doc change treats that