Skip to content

Commit

Permalink
Update README.md for docker install
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-github-robot authored Nov 3, 2024
2 parents ea0b241 + f3af20e commit f355103
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,16 @@ Open source packages used in this project
If not, you can use the following script to install them (note: this script is not intended for production environments):

```bash
cd ~/go/src/github.com/cloud-barista/cb-tumblebug
./scripts/installDocker.sh
# download and install docker with docker compose
curl -sSL get.docker.com | sh
# optional: add user to docker groupd
sudo groupadd docker
sudo usermod -aG docker ${USER}
newgrp docker
# test the docker works
docker run hello-world
```

- Start All Components Using Docker Compose:
Expand Down

0 comments on commit f355103

Please sign in to comment.