-
I would like to use image from |
Beta Was this translation helpful? Give feedback.
Answered by
aarnphm
Nov 11, 2022
Replies: 1 comment
-
You can definitely run the container image after running To run the container you can just use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SpeedEX
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can definitely run the container image after running
containerize
. Containerize is independent of Yatai. You can see here https://docs.bentoml.org/en/latest/concepts/deploy.html#containerize-bentos.To run the container you can just use
docker run
.