Skip to content

Commit c06a04b

Browse files
committed
Cosmetics
1 parent 194b582 commit c06a04b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

starrocks/install.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ sudo snap install docker
44
sudo apt-get update
55
sudo apt-get install -y mysql-client
66

7-
# Start the Docker container
8-
echo "Starting StarRocks container..."
97
docker run -p 9030:9030 -p 8030:8030 -p 8040:8040 -itd --name starrocks starrocks/allin1-ubuntu:4.0.0-rc01
108

11-
# Wait for container to start
9+
echo "Starting StarRocks container..."
1210
sleep 5
1311

1412
# Monitor logs until "Enjoy" appears

0 commit comments

Comments
 (0)