31
*DIN EN ISO 7010, ASR A1.3 = RTFM! *

*DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture

  • Upload
    others

  • View
    22

  • Download
    0

Embed Size (px)

Citation preview

Page 1: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture

*DIN EN ISO 7010, ASR A1.3 = RTFM!

*

Page 2: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture
Page 3: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture
Page 4: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture
Page 5: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture

“A document is a written, drawn, or presented representation of thought. The word originates from the Latin documentum, which denotes a "teaching" or "lesson": the verb doceo denotes ‘to teach’.” (Wikipedia)

Page 6: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture
Page 7: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture

○■■■

○■

○■

Page 8: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture

○○○○○○○○○

Page 9: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture
Page 10: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture
Page 11: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture
Page 12: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture
Page 13: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture

●●●

Page 14: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture
Page 15: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture
Page 16: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture
Page 17: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture
Page 18: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture
Page 19: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture
Page 20: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture
Page 21: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture
Page 22: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture

FROM openjdk:8-jdk-alpine

VOLUME /tmp

ARG JAR_FILE

ADD ${JAR_FILE} app.jar

ENTRYPOINT

["java","-Djava.security.egd=file:/dev/./urandom","-jar","/app.jar"]

Page 23: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture
Page 24: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture
Page 25: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture
Page 26: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture
Page 27: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture

●●

●●

Page 28: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture

●●●●●●●●

Page 29: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture
Page 30: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture

*

Page 31: *DIN EN ISO 7010, ASR A1.3 = RTFM! · Version Published Changed By Comment Changed decision state to decided. ... Stick to Docker Swarm as we used to do in the past. ... architecture

*