Skip to content

Commit ef8c4ef

Browse files
authored
Update 01-server-installation.md (#221)
Updated links and fixed references to docker containers
1 parent 4318f5e commit ef8c4ef

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/01-get-started/01-server-installation.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To get started with Cadence, you need to set up three components successfully.
1414

1515
## 0. Prerequisite - Install docker
1616

17-
Follow the Docker installation instructions found here: [https://docs.docker.com/engine/installation/](https://docs.docker.com/engine/installation/)
17+
Follow the Docker installation instructions found here: [https://docs.docker.com/engine/installation/](https://docs.docker.com/engine/install/)
1818

1919
## 1. Run Cadence Server Using Docker Compose
2020

@@ -65,10 +65,10 @@ Go to [Java HelloWorld](/docs/get-started/java-hello-world) or [Golang HelloWorl
6565
## Troubleshooting
6666
There can be various reasons that `docker-compose up` cannot succeed:
6767
* In case of the image being too old, update the docker image by `docker pull ubercadence/server:master-auto-setup` and retry
68-
* In case of the local docker env is messed up: `docker system prune --all` and retry (see [details about it](https://docs.docker.com/config/pruning/) )
68+
* In case of the local docker env is messed up: `docker system prune --all` and retry (see [details about it](https://docs.docker.com/engine/manage-resources/pruning/) )
6969
* See logs of different container:
70-
* If Cassandra is not able to get up: `docker logs -f docker_cassandra_1`
71-
* If Cadence is not able to get up: `docker logs -f docker_cadence_1`
72-
* If Cadence Web is not able to get up: `docker logs -f docker_cadence-web_1`
70+
* If Cassandra is not able to get up: `docker logs -f docker-cassandra-1`
71+
* If Cadence is not able to get up: `docker logs -f docker-cadence-1`
72+
* If Cadence Web is not able to get up: `docker logs -f docker-cadence-web-1`
7373

74-
If the above is still not working, [open an issue in Server(main) repo](https://github.com/cadence-workflow/cadence/issues/new/choose ).
74+
If the above is still not working, [open an issue in Server(main) repo](https://github.com/cadence-workflow/cadence/issues/new/choose)

0 commit comments

Comments
 (0)