This website requires JavaScript.
Explore
Docs
Blog
Community
Main Website
Help
Sign In
apiclient.xyz
/
docker
Watch
2
Star
0
Fork
0
You've already forked docker
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
04bb3b9ed0
docker
/
ts
/
interfaces
/
port.ts
7 lines
92 B
TypeScript
Raw
Normal View
History
Unescape
Escape
fix(core): update
2019-01-09 23:24:35 +00:00
export
interface
IPort
{
PrivatePort
:
80
;
Type
:
'tcp'
;
}
fix(core): update
2019-01-09 23:28:12 +00:00
export
type
TPorts
=
IPort
[
]
;
Reference in New Issue
Copy Permalink