mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Fix typo in dockerode DeviceMapping interface
Signed-off-by: Cameron Diver <cameron@balena.io>
This commit is contained in:
parent
adc9c3f220
commit
00cfabb9a7
3
types/dockerode/index.d.ts
vendored
3
types/dockerode/index.d.ts
vendored
@ -6,6 +6,7 @@
|
||||
// Ray Fang <https://github.com/lazarusx>
|
||||
// Marius Meisenzahl <https://github.com/meisenzahl>
|
||||
// Rob Moran <https://github.com/thegecko>
|
||||
// Cameron Diver <https://github.com/CameronDiver>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.2
|
||||
|
||||
@ -626,7 +627,7 @@ declare namespace Dockerode {
|
||||
|
||||
interface DeviceMapping {
|
||||
PathOnHost: string;
|
||||
PathinContainer: string;
|
||||
PathInContainer: string;
|
||||
CgroupPermissions: string;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user