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 image #90

Open
notdodo opened this issue Jun 30, 2022 · 6 comments
Open

Docker image #90

notdodo opened this issue Jun 30, 2022 · 6 comments

Comments

@notdodo
Copy link

notdodo commented Jun 30, 2022

Hi!

Do you plan to release a docker image or a docker compose for this project?

@gru3zi
Copy link

gru3zi commented Nov 18, 2022

I would like this too

@digitalsleuth
Copy link

I have one just about ready, I'll keep you posted.

@cyb3rfox
Copy link
Owner

cyb3rfox commented Mar 9, 2023

Cool, I plan to eventually also make that into a new version. May I get in touch with you regarding that when I start?

@digitalsleuth
Copy link

Absolutely, happy to help out! You can reach me offline through corey at digitalsleuth dot ca.

Once I get back to my comp I'll create a repo with the current Dockerfile and Compose file.

@akshaysth
Copy link

akshaysth commented Mar 9, 2023

I'd love to assist with this lift too @cyb3rfox @digitalsleuth ! 😄

@digitalsleuth
Copy link

Okay, the initial framework (v1.0.0) is pushed to https://github.com/digitalsleuth/aurora-docker with the actual containers pushed as latest and 0.6.6.

More to follow in the README, but in essence:

  • Customize the docker-compose.yaml to your liking (mount points, SHM size, etc)
  • sudo docker-compose up -d in the directory with the compose file
  • ssh -X aurora@0.0.0.0 -p 33 or whatever IP/PORT you choose in the compose file, password is aurora. The port is 33 to avoid collision with any possible SSH server in play on the current system, and the 0.0.0.0 is default. You can customize the network as you wish!
  • Run aurora from the command prompt.

Exiting out of the docker leaves the container open for future connections / executions of aurora as necessary.

Again, this is just a preliminary, but it works for now :)

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

5 participants