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 instructions for multiple terminal usage #2423

Closed
angry-crab opened this issue Mar 4, 2022 · 4 comments
Closed

Docker instructions for multiple terminal usage #2423

angry-crab opened this issue Mar 4, 2022 · 4 comments

Comments

@angry-crab
Copy link
Contributor

angry-crab commented Mar 4, 2022

I'm wondering if there is any cmd existing in universe such that we could enter a specific docker container from another terminal. For example, when we were using ade in Auto, if an environment has been created, we can simply type ade enter from another terminal. I understand that we could use docker exec --it container id to enter the same image from another terminal. It seems that when I was using rocker, the container was created on the fly without a tag. I think it would be good to have some other simple cmd as ade does to enter the created container rather than copy and paste an temporary id.

@kenji-miyake
Copy link
Contributor

@angry-crab I think you can do it by this.

# Terminal 1
rocker --name autoware ghcr.io/autowarefoundation/autoware-universe:latest

# Terminal 2
docker exec -it autoware /bin/bash

image

@kenji-miyake
Copy link
Contributor

You can send pull requests and update documents.

Around here?

Or you can guide a new how-to guide page like this.

@angry-crab
Copy link
Contributor Author

angry-crab commented Mar 7, 2022

You can send pull requests and update documents.

Around here?

Or you can guide a new how-to guide page like this.

Thanks! I'll add it to the readme.

@angry-crab
Copy link
Contributor Author

Close since it it no longer needed.

@mitsudome-r mitsudome-r transferred this issue from autowarefoundation/autoware_core_universe_prototype Jun 26, 2022
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