3
0

2 کامیت‌ها 3e25741db3 ... e32144997d

نویسنده SHA1 پیام تاریخ
  Ricardo Maltez e32144997d Add first version 1 سال پیش
  Ricardo Maltez 3e25741db3 Add first version 1 سال پیش
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -1,5 +1,6 @@
 # Joystream AIO Docker Image 
-This docker image allows to run multiple validators nodes and query nodes in the same machine without the problem of name collission. Just run one container from this image for each different network you want to run in the same machine.
+This docker image allows to run multiple validators nodes and query nodes in the same machine without the problem of name collission.  
+Just run one container from this image for each different network you want to run in the same machine.  
 The process of getting this image ready was split in two parts: 
 - Regular docker build (which will clone the joystream monorepo, checkout the selected branch, do the initial setup and build the necessary things).
 - Build of the joystream-node docker image, generate the chain spec file, start the validator node and the query node.