DomGarguilo commented on PR #473:
URL: https://github.com/apache/accumulo-website/pull/473#issuecomment-3886257511

   > > I'm fine with this switch to podman but am just curious what is the main 
motivation for this change?
   > 
   > Mainly, I use podman instead of docker. But overall, I thought it was nice 
to move away from the vendor-specific file to a more OCI-compliant one.
   > 
   > I'm curious if the `:Z` has any impact on docker users, though, or perhaps 
if it has any impact on users without SELinux. It would be nice if docker 
behavior worked the same as podman, and if it was completely ignored on 
something like Ubuntu, without SELinux. Was it necessary to remove the `:Z` or 
did you just omit it as unnecessary?
   
   Yea it looks like running the podman command with docker runs just fine: 
`docker run -i -t --rm -v "$(pwd)":/mnt/workdir:Z -p 4000:4000 webdev`. From 
what I can gather, on my Ubuntu-based (Pop!_OS) machine, the `:Z` is just 
ignored. So the run command from the README seems to work interchangeably with 
docker and podman (at least from my machine).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to