mirror of
https://github.com/minio/minio.git
synced 2025-01-11 23:13:23 -05:00
Make export directory an exposed volume (#2610)
This exposes the /export directory, making it possible to mount it from other containers. It also makes it possible to bind a local folder to the internal /export mount point using the native Docker for Mac/Windows and Kinematic.
This commit is contained in:
parent
7398d737b5
commit
600551feb9
@ -15,4 +15,5 @@ RUN \
|
|||||||
|
|
||||||
EXPOSE 9000
|
EXPOSE 9000
|
||||||
ENTRYPOINT ["go-wrapper", "run", "server"]
|
ENTRYPOINT ["go-wrapper", "run", "server"]
|
||||||
|
VOLUME ["/export"]
|
||||||
CMD ["/export"]
|
CMD ["/export"]
|
||||||
|
Loading…
Reference in New Issue
Block a user