github.com/lazyboychen7/engine@v17.12.1-ce-rc2+incompatible/builder/dockerfile/parser/testfiles/znc/result (about)

     1  (from "ubuntu:14.04")
     2  (label "maintainer" "Erik Hollensbe <erik@hollensbe.org>")
     3  (run "apt-get update && apt-get install znc -y")
     4  (add "conf" "/.znc")
     5  (cmd "/usr/bin/znc" "-f" "-r")