http://kushal76uaid62oup5774umh654scnu5dwzh4u2534qxhcbi4wbab3ad.onion/posts/rkt-image-build-command-reference.html
Remember one thing about mount points
(this is true for ports too), they worked based on the name you give. Here, we
are creating a mount point called apphome and then the next command we are
actually specifying the host mount point for the same. mount add apphome /opt/app/data
rkt run --volume apphome,kind=host,source=/home/kushal/znc,readOnly=false my-image.aci port Similar to the mount command, we can use the port command to mark any port of
the container which can be...