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

Unable to launch docker on Ubuntu 24.04.1 LTS #10

Open
marthin-vandyk opened this issue Sep 26, 2024 · 7 comments
Open

Unable to launch docker on Ubuntu 24.04.1 LTS #10

marthin-vandyk opened this issue Sep 26, 2024 · 7 comments

Comments

@marthin-vandyk
Copy link

marthin-vandyk commented Sep 26, 2024

Hi,

Am running Python and Docker versions:

root@neutron:~/topolograph-docker# docker --version
Docker version 27.3.1, build ce12230

root@neutron:~/topolograph-docker# python3 --version
Python 3.12.3

When running docker-compose get the attached error, seems like a version mismatch.

Please confirm which versions of Python and Docker to be used?

many thanks
vandyk
topolograph_docker_error.txt

@Vadims06
Copy link
Owner

Hi @marthin-vandyk,
personally I use 25.0.3 version on my Mac and I use Ubuntu 20.04 for developing (yeah, it's not fresh, but works for me ;)

% docker --version
Docker version 25.0.3

It looks like the error you posted in the Issue appears in the docker client and since it's a python client - you are using docker-compose v1. I will try to install 24.04.1 LTS and test it.

@marthin-vandyk
Copy link
Author

Many thanks @Vadims06 appreciated sir.

@Vadims06
Copy link
Owner

by the way, just for double checking, can you pull other containers, like hello-world?

@marthin-vandyk
Copy link
Author

Hi, yes no problem.

Running "docker run hello-world":

root@neutron:~# docker run hello-world

Hello from Docker!
This message shows that your installation appears to be working correctly.

To generate this message, Docker took the following steps:
 1. The Docker client contacted the Docker daemon.
 2. The Docker daemon pulled the "hello-world" image from the Docker Hub.
    (arm64v8)
 3. The Docker daemon created a new container from that image which runs the
    executable that produces the output you are currently reading.
 4. The Docker daemon streamed that output to the Docker client, which sent it
    to your terminal.

To try something more ambitious, you can run an Ubuntu container with:
 $ docker run -it ubuntu bash

Share images, automate workflows, and more with a free Docker ID:
 https://hub.docker.com/

For more examples and ideas, visit:
 https://docs.docker.com/get-started/

root@neutron:~

Have downgraded as well to test:

root@neutron:~# lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 20.04.6 LTS
Release:	20.04
Codename:	focal
root@neutron:~# docker --version
Docker version 27.3.1, build ce12230
root@neutron:~# python3 --version
Python 3.8.10
root@neutron:~# 

thanks

@marthin-vandyk
Copy link
Author

Hi @Vadims06 , any luck here perhaps?

Will give it a fresh try and let you know.

rgds

@Vadims06
Copy link
Owner

Hi @marthin-vandyk ,
sorry for the delay, it was busy time. Need more time to test it. Could you please make sure that you can pull any other repos, because I don't see that it's specifically Topolograph's issue

@marthin-vandyk
Copy link
Author

Hi @Vadims06, yeah sure will do.

btw, mind if I can get access to the repo plse? would like to see to contribute/learn from it if I may?

have sent a mail request as noted in the readme.md, nothing yet though.

thanks Vadim, take care and chat later

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

No branches or pull requests

2 participants