tensorchord / envd

🏕️ Reproducible development environment
https://envd.tensorchord.ai/
Apache License 2.0
2.05k stars 160 forks source link

feat: Publish ports #1892

Closed shiyegao closed 6 months ago

shiyegao commented 6 months ago

Describe the feature

How can I use the docker run -p function?

-p, --publish list Publish a container's port(s) to the host

Why do you need this feature?

No response

Additional context

No response

kemingy commented 6 months ago

refer to https://envd.tensorchord.ai/api/starlark/v0/runtime.html#expose

shiyegao commented 6 months ago

Thanks!