unipept / unipept-desktop

This is the desktop application that accompanies the Unipept project.
https://unipept.ugent.be
MIT License
7 stars 0 forks source link

Communication with Docker communicator #139

Closed pverscha closed 2 years ago

pverscha commented 3 years ago

This PR provides the foundations for communication with the local Docker daemon. We use the excellent dockerode package (https://www.npmjs.com/package/dockerode) to ease communication between the application and the Docker daemon. The following changes were made:

Screenshots: All new configuration options, successful connection to Docker: image

Unsuccessful connection to Docker: image

pverscha commented 3 years ago

This is a list of some things that we still need to do before this PR can be finalised: