richfitz / stevedore

:cloud::rowboat::whale::cloud: Docker client for R
https://richfitz.github.io/stevedore
Other
134 stars 10 forks source link

Rewrite container run help #50

Open richfitz opened 5 years ago

richfitz commented 5 years ago

Several bad cases here:

  ports: An object mapping ports to an empty object in the
        form:

        {"<port>/<tcp|udp|sctp>": {}}
  env: A list of environment variables to set inside the
        container in the form ["VAR=value", ...]. A variable without
        = is removed from the environment, rather than to have an
        empty value.