Skip to content

Commit 1dc0b85

Browse files
committed
up doc
1 parent d3a77c9 commit 1dc0b85

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ cd tron-docker
127127
```
128128

129129
### Start feature by trond tool
130-
We offer a `trond` script that allows developers to easily initiate features with a single command, enabling the community to quickly engage in TRON network development and interaction.
130+
We offer a `trond` command-line tool that allows developers to easily initiate features with a single command, enabling the community to quickly engage in TRON network development and interaction.
131131

132132
To build the `trond` command-line tool, simply run `build_trond.sh`.
133133
```sh

tools/docker/docker_env/check-install-docker.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ check_docker_running() {
5050
sudo systemctl start docker
5151
sleep 5
5252
sudo usermod -aG docker "$USER"
53-
newgrp docker
54-
if ! docker info &> /dev/null; then
53+
if ! sudo docker info &> /dev/null; then
5554
echo "Failed to start Docker daemon"
5655
exit 1
5756
fi
57+
echo "Logout and log back in for the docker group change to take effect"
5858
fi
5959
fi
6060
echo "Docker daemon is running"

0 commit comments

Comments
 (0)