mirror of
https://github.com/docker/docs.git
synced 2026-04-12 22:36:10 +07:00
Fixed problems with boot2docker integration, cleaned up tests.
This commit is contained in:
@@ -83,6 +83,9 @@ var ContainerModal = React.createClass({
|
||||
},
|
||||
handleClick: function (name, event) {
|
||||
ContainerStore.create(name, 'latest', function (err, containerName) {
|
||||
if (err) {
|
||||
throw err;
|
||||
}
|
||||
this.props.onRequestHide();
|
||||
}.bind(this));
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user