You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you try to install libertranslate with the -d flag, an error occurs.
docker run --name libretranslate -d -p 5050:5000 libretranslate/libretranslate:latest
However, if you install libertranslate with the -rm flag (subsequent deletion), the container runs until Docker closes. At first I thought it was a problem in Docker, but it turned out to be a bug in the container settings.
docker run --name libretranslate -rm -p 5050:5000 libretranslate/libretranslate:latest
UPD: As I understand it, there is already a post with this problem below: #712
The text was updated successfully, but these errors were encountered:
If you try to install libertranslate with the -d flag, an error occurs.
docker run --name libretranslate -d -p 5050:5000 libretranslate/libretranslate:latest
However, if you install libertranslate with the -rm flag (subsequent deletion), the container runs until Docker closes. At first I thought it was a problem in Docker, but it turned out to be a bug in the container settings.
docker run --name libretranslate -rm -p 5050:5000 libretranslate/libretranslate:latest
UPD: As I understand it, there is already a post with this problem below: #712
The text was updated successfully, but these errors were encountered: