зеркало из https://github.com/docker/kitematic.git
Change the dummy volume mount to undefined.
This commit is contained in:
Родитель
be626611a9
Коммит
397f155d74
|
@ -18,11 +18,11 @@ var ContainerSettingsVolumes = React.createClass({
|
|||
let mounts = _.clone(container.Mounts);
|
||||
|
||||
mounts.push({
|
||||
Destination: '',
|
||||
Destination: undefined,
|
||||
Mode: 'rw',
|
||||
Propagation: 'rpirvate',
|
||||
RW: true,
|
||||
Source: '',
|
||||
Source: undefined,
|
||||
Type: 'bind'
|
||||
});
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче