Closed 3alpha closed 9 months ago
I have tested fresh install on a NUC 13 and docker installation has been successful. However, we need to fix bind compose, as dncore_network
seems to be causing an error due to it not existing before trying to start bind containers
The issue with bind has been fixed after Bind v0.2.7
has been released
As
docker-compose
is deprecated, we must migrate todocker compoe
command eventually.This shouldn't have too much impact on overall system as majority of complexity of compose handling is done inside DAppManager which as its own binary, we still must be very careful about making this change.
That is the reason I added script which would make "alias" to
docker-compose
so we don't inadvertanly break any functionality.I have tested this but thorough testing of this should be done as it is critical to the functionality of whole system.