Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Libertranslate bug in Docker - "Container not installed in background" #718

Open
alexeyrosspage opened this issue Dec 25, 2024 · 0 comments

Comments

@alexeyrosspage
Copy link

alexeyrosspage commented Dec 25, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant