whaler is a package for interfacing with Docker from R.



Usage

There are a few basic commands that are analagous to their Docker CLI counterparts:

Todo

In the dockerfile generation, we sill need set_* functions for:

  • CMD
  • ADD
  • COPY
  • ENTRYPOINT
  • VOLUME
  • USER
  • WORKDIR
  • ARG
  • ONBUILD
  • STOPSIGNAL
  • HEALTHCHECK
  • SHELL

And we have set_* functions for:

  • ENV
  • EXPOST
  • FROM
  • LABEL
  • RUN