UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Containers
O
Opensource
MinIO
mc
Commits
797de543
Commit
797de543
authored
Jul 28, 2020
by
Michael Simmons
Browse files
Removed docker instructions
parent
4ec863c7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
7 deletions
+1
-7
Dockerfile
Dockerfile
+0
-2
README.md
README.md
+1
-5
No files found.
Dockerfile
View file @
797de543
...
@@ -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"]
README.md
View file @
797de543
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment