mirror of
https://github.com/octoleo/plantuml.git
synced 2024-12-22 19:09:03 +00:00
57 lines
2.6 KiB
Plaintext
57 lines
2.6 KiB
Plaintext
@startuml
|
|
sprite $docker [48x45/16] {
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
00000000000000000000004BAAB200000000000000000000
|
|
000000000000000000000065557300000000000000000000
|
|
000000000000000000000066778300000000000000000000
|
|
000000000000000000000066778300000000000000000000
|
|
000000000000002B99AB99C977B300000000070000000000
|
|
00000000000000296558666566830000000067A000000000
|
|
000000000000002976687776778300000000A02900000000
|
|
000000000000002965576665667411000000A00820000000
|
|
00000000000D99AB779A77A977BA99D10000A004B9A93000
|
|
00000000000A66697658777677867791000090013001B300
|
|
00000000000A666976587776778677910000390000039000
|
|
00000000111A333954475565557555921147B50235980000
|
|
00000005B988888888888888888888888863003C64000000
|
|
00000006300000000000000000000000000000A100000000
|
|
00006D57415B6100014AD400018E72000039849128C10000
|
|
0005777AB7777766677777766777777666777E7777762000
|
|
00000001A000000000000000000000000000840000000000
|
|
00000000B000000000520000000000000004900000000000
|
|
00000000570000000235000000000000003A000000000000
|
|
000000000B444457931000000000000004A0000000000000
|
|
0000000001C5443100000000000000008800000000000000
|
|
00000000001A1000000000000000005B4000000000000000
|
|
00000000000197000000000000017B600000000000000000
|
|
00000000000004A95200001359A940000000000000000000
|
|
000000000000000157AAAA97510000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
000000000000000000000000000000000000000000000000
|
|
}
|
|
|
|
|
|
!define DEV_DOCKER(_alias) ENTITY(rectangle,black,docker,_alias,DEV DOCKER)
|
|
!define DEV_DOCKER(_alias,_label) ENTITY(rectangle,black,docker,_label,_alias,DEV DOCKER)
|
|
!define DEV_DOCKER(_alias,_label,_shape) ENTITY(_shape,black,docker,_label,_alias,DEV DOCKER)
|
|
!define DEV_DOCKER(_alias,_label,_shape,_color) ENTITY(_shape,_color,docker,_label,_alias,DEV DOCKER)
|
|
skinparam folderBackgroundColor<<DEV DOCKER>> White
|
|
@enduml
|