-
Notifications
You must be signed in to change notification settings - Fork 413
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
Unable to start squid on Ubuntu #67
Comments
I have the same problem here. I run the container using docker-compose. docker-compose.yml:
log:
|
I found the problem. The reason was that the system didn't have a swap. I created a swap equal to twice the memory, and the container started successfully. Reference: |
Oh, amazing. gonna try this
…On 3/4/20, Reza Ebrahimpour ***@***.***> wrote:
I found the problem. The reason was that the system didn't have a swap. I
created a swap equal to twice the memory, and the container started
successfully.
--
You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub:
#67 (comment)
|
@rezaep the URL is dead, i wish you had just posted the solution here. |
I'm trying to start the squid image directly from the docker-compose on my ubuntu server I'm getting the following errors:
Also, unable to run the image via docker run too. it continuously restarts and nothing happens. I can't even access the bash.
The text was updated successfully, but these errors were encountered: