metavige
metavige
I use docker v1.12.0-rc2 $ docker tag --help Usage: docker tag IMAGE[:TAG] [REGISTRYHOST/][USERNAME/]NAME[:TAG] Tag an image into a repository Options: --help Print usage
Sorry, I have a question. I use your vbox-nano.json build box. But I can't login when I use the new box.
``` javascript self.hub.client.destroyed = function (data) { if (!self.collections) return; var modelData = JSON.parse(data); _(self.collections).each(function (collection) { collection.remove(modelData); }); }; ``` if use modelData to remove, can't work cause backbone...