Would you accept a PR recommending that, if people want network connectivity from within a tklx.org/base-based rkt container, that they should run
sudo rkt run tklx.org/base:0.1.1 --interactive --exec /bin/bash --volume resolv,kind=host,source=/etc/resolv.conf,readOnly=true --mount volume=resolv,target=/etc/resolv.conf --net=host
rather than merely
sudo rkt run tklx.org/base:0.1.1 --interactive --exec /bin/bash
? Thanks!
Would you accept a PR recommending that, if people want network connectivity from within a
tklx.org/base-based rkt container, that they should runrather than merely
? Thanks!