Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1.
- nano ~/infernet-container-starter/deploy/docker-compose.yaml
- #после данной команды откроется конфиг-файл, в начале файла меняем версию 1.2.0 на 1.4.0 , выходим из файла нажав Ctrl+X Y Enter.
- nano ~/infernet-container-starter/deploy/config.json
- #меняем infernet-container::1.0 на infernet-container-latest
- nano ~/infernet-container-starter/projects/hello-world/container/config.json
- #меняем infernet-container::1.0 на infernet-container-latest
- 2.
- docker compose -f infernet-container-starter/deploy/docker-compose.yaml down
- #останавливаем ноду
- 3.
- docker compose -f infernet-container-starter/deploy/docker-compose.yaml up -d
- #запускаем ноду
- 4.
- docker ps
- #берем ID контейнера Infernet-node
- 5.
- docker logs {ID контейнера из ком.4} --tail 1000
- #покажет последнюю 1000 строк логов, не должно быть ошибок.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement