How to use the dockerode/lib/util.parseRepositoryTag.apply function in dockerode

To help you get started, we’ve selected a few dockerode examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github azukiapp / azk / lib / azk / docker / docker.js View on Github external
($traceurRuntime.createClass)(Image, {}, {parseRepositoryTag: function() {
    for (var args = [],
        $__2 = 0; $__2 < arguments.length; $__2++)
      args[$__2] = arguments[$__2];
    return parseRepositoryTag.apply(null, $traceurRuntime.toObject(args));
  }}, Utils.qify('dockerode/lib/image'));
var Container = function Container() {