feat: Initial example of how to automatically update images at the edge with no downtime and automatic rollbacks
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
FROM crazymax/diun:latest
|
||||
|
||||
RUN apk add docker
|
||||
|
||||
ENTRYPOINT [ "diun" ]
|
||||
CMD [ "serve" ]
|
||||
Reference in New Issue
Block a user