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

Docker run under Ubuntu 22.0 #137

Open
77ph opened this issue Oct 5, 2023 · 4 comments
Open

Docker run under Ubuntu 22.0 #137

77ph opened this issue Oct 5, 2023 · 4 comments

Comments

@77ph
Copy link

77ph commented Oct 5, 2023

A similar problem occurs when starting any version:

docker run -it trailofbits/etheno:v0.3.2
Unable to find image 'trailofbits/etheno:v0.3.2' locally
v0.3.2: Pulling from trailofbits/etheno
eaead16dc43b: Already exists 
2bb3b49db360: Pull complete 
560b910a94da: Pull complete 
96cd7182d83c: Pull complete 
e45dfb5c9ca0: Pull complete 
a9bbf0825a91: Pull complete 
bf2fe34f85c6: Pull complete 
6739fe0ba614: Pull complete 
4f4fb700ef54: Pull complete 
Digest: sha256:7a183ad0c79acf6e1e680fac70c2e0e9107c61b7fa6bf2e647dc3081125055e3
Status: Downloaded newer image for trailofbits/etheno:v0.3.2
To run a command as administrator (user "root"), use "sudo <command>".
See "man sudo_root" for details.

etheno@1e708743c39e:~$ 

Host system:
cat /etc/issue
Ubuntu 22.04.2 LTS \n \l

@elopez
Copy link
Member

elopez commented Oct 5, 2023

Hi @77ph, thanks for the report! Could you elaborate on what issue you're experiencing? Your docker run output looks normal to me.

@77ph
Copy link
Author

77ph commented Oct 5, 2023

My expectations: some service will start equivalent to local launch etheno.
Reality: I get a command line prompt inside a container.
Perhaps the documentation lacks clarity on how to run from a container.
The problem is not critical, I just try to install it locally.

@elopez
Copy link
Member

elopez commented Oct 5, 2023

The documentation could be clearer, indeed! You get a shell inside a container that has etheno pre-installed on it. You can then launch etheno in the container, similarly to how you would do it if you had installed etheno locally. Keep in mind that containers are isolated so you may need to publish ports or use a data volume as mentioned in the quickstart note to use the tool in a meaningful way.

@77ph
Copy link
Author

77ph commented Oct 5, 2023

Thanks,
I get the idea. You can close the issue
Thank you again!

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