UNCLASSIFIED

Commit 797de543 authored by Michael Simmons's avatar Michael Simmons
Browse files

Removed docker instructions

parent 4ec863c7
...@@ -21,8 +21,6 @@ COPY --from=base /usr/bin/mc /usr/bin/mc ...@@ -21,8 +21,6 @@ COPY --from=base /usr/bin/mc /usr/bin/mc
RUN chmod +x /usr/bin/mc && useradd user_mc RUN chmod +x /usr/bin/mc && useradd user_mc
HEALTHCHECK --interval=5s --timeout=3s CMD /usr/bin/mc -v
USER user_mc USER user_mc
ENTRYPOINT ["/usr/bin/mc"] ENTRYPOINT ["/usr/bin/mc"]
...@@ -6,8 +6,4 @@ MinIO Client (mc) provides a modern alternative to UNIX commands like ls, cat, c ...@@ -6,8 +6,4 @@ MinIO Client (mc) provides a modern alternative to UNIX commands like ls, cat, c
Full documentation and deployment instructions for MinIO Client can be found [here](https://docs.min.io/docs/minio-client-complete-guide.html) Full documentation and deployment instructions for MinIO Client can be found [here](https://docs.min.io/docs/minio-client-complete-guide.html)
To run a container, run the following once importing the image into your local registry: Run `mc config` to configure the client.
\ No newline at end of file
`docker run -it --entrypoint=/bin/sh <image_name>`
Then run `mc config` to configure the client.
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment