Skip to content

Commit

Permalink
Merge pull request #6 from kaiser-team/akshaya999-patch-1
Browse files Browse the repository at this point in the history
Finalize changes
  • Loading branch information
Prateek Rao authored May 28, 2020
2 parents 3ea93b0 + bf01624 commit df72332
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 1 deletion.
Binary file removed Images/dockerswarm.jpeg
Binary file not shown.
Binary file added Images/dockerswarm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Images/horizontalscaling.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,14 @@ There are a few prerequisites for this project:
3. [Virtual Box](https://www.virtualbox.org/wiki/Downloads)

## Docker Swarm Visualization
<img src="Images/dockerswarm.jpeg" width="450" height="400">
<img src="Images/horizontalscaling.png" width="600" height="480">

More archive nodes can be added to the distributed service as illustrated above.

You can also scale the service vertically by adding another docker swarm as illustrated below.

<img src="Images/horizontalscaling.png" width="300" height="240"><img src="Images/horizontalscaling.png" width="300" height="240">


### Docker-machine creation:
A docker machine instance can be created using the following command :
Expand Down Expand Up @@ -144,3 +151,6 @@ Store-scu command :
```
storescu +sd -aec DCM4CHEE [docker-machine-ip] 11112 {absolute path to folder}
```
## Utilities
We have created a DICOM Utils library, located at: https://github.com/kaiser-team/dicom-utils

0 comments on commit df72332

Please sign in to comment.