DomGarguilo commented on PR #473:
URL: https://github.com/apache/accumulo-website/pull/473#issuecomment-3885615693
Theses changes look good and I was still able to build/run via docker with
```
docker build -t webdev -f Containerfile .
docker run -it --rm -v "$PWD":/mnt/workdir -p 4000:4000 webdev
```
I am not familiar with podman. Install was easy, just installed and set
```
[registries.search]
registries = ["docker.io"]
```
in `/etc/containers/registries.conf` after getting an error with `podman
build`
I'm fine with this switch to podman but am just curious what is the main
motivation for this change?
--
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]