After starting the workshop, open its documentation here
Run the following commands:
sudo ./add_hosts.sh
./start.sh
- Remove
workshop/services/fluentd/Dockerfile
- Rename
workshop/services/fluentd/Dockerfile.mac
toworkshop/services/fluentd/Dockerfile
- Run the commands:
sudo ./add_hosts.sh
./start.sh
- Add the following hosts to your unknown hosts (
C:\Windows\System32\drivers\etc\hosts
) - should be edited with Admin privileges
127.0.0.1 api.traceability.localhost
127.0.0.1 kafka.traceability.localhost
127.0.0.1 logs.traceability.localhost
127.0.0.1 jaeger.traceability.localhost
127.0.0.1 docs.traceability.localhost
- Run the commands:
cd workshop
cd services
docker-compose up -d
The remove_hosts.sh command used to fully stop the workshop services will use the backup hosts file created locally to replace you current hosts file. If you prefer, you can open /etc/hosts and remove the added hosts manually.
Run the following commands:
sudo ./remove_hosts.sh
./stop.sh