System design for Conference Kata
Execute this command to run a Docker container with a structurizr lite image.
docker run --name structurizr --env=PORT=8080 --volume=$(pwd)/workspace:/usr/local/structurizr -p 8888:8080 -d structurizr/lite:latest
System design for Conference Kata
Execute this command to run a Docker container with a structurizr lite image.
docker run --name structurizr --env=PORT=8080 --volume=$(pwd)/workspace:/usr/local/structurizr -p 8888:8080 -d structurizr/lite:latest