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

Seperating Docker form Validator #151

Closed

Conversation

sammanadh
Copy link
Contributor

  1. Created a seperate file for docker, to perform docker specific tasks (like checking if docker is
    installed on the system).
  2. Added two-way IPC channel for main and renderer to communicate the state of docker.

Purpose of this PR is so that in the future we could use this approach to makes sure docker is setup
in the host machine properly and communicate messages notifying the UI.

Samman Adhikari and others added 2 commits June 29, 2022 21:08
1. Created a seperate file for docker, to perform docker specific tasks (like checking if docker is
installed on the system).
2. Added two-way IPC channel for main and renderer to communicate the state of docker.

Purpose of this PR is so that in the future we could use this approach to makes sure docker is setup
in the host machine properly and communicate messages notifying the UI.
@SvenDowideit
Copy link
Member

mmm, looks like we're clashing - in #149 I have started to pull the Docker related IPC into main/ipc/docker.ts, continuing to port to PromiseIPC and use dockerode.

All I need to go back to #123, is to make a default .ammanrc.json that starts the validator with the metaplex token program, and I can let you take over tho :)

@SvenDowideit
Copy link
Member

I've merged the dockerode npm module work I did, there's lots more todo tho, if you want to add a better docker state IPC

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

Successfully merging this pull request may close these issues.

2 participants