Skip to content

Commit

Permalink
Initial container release
Browse files Browse the repository at this point in the history
Signed-off-by: juan131 <jariza@vmware.com>
  • Loading branch information
juan131 committed Oct 5, 2023
1 parent df4e0e2 commit 76347ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM gcr.io/distroless/static-debian11:latest
LABEL maintainer "Juan Ariza <jariza@vmware.com>"

ARG TARGETARCH
COPY distapi-mock_linux_${TARGETARCH}*/api-mock /usr/local/bin/
COPY dist/api-mock_linux_${TARGETARCH}*/api-mock /usr/local/bin/

# by default, use a non-root (non-privileged) UID to run the container
USER 1001
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Run the API mock using Docker:
docker run --rm -p 8080:8080 juanariza131/api-mock
```

The API mock will be available at `http://localhost:8080`.
The API mock will be available at `http://localhost:8080/v1/mock`.

## Configuration

Expand Down

0 comments on commit 76347ec

Please sign in to comment.