-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Hi!
I run jsonschema in Docker container with enabled tty on Alpine + Node JS using this command:
docker run \
--volume "$DIRECTORY:/$VOLUME_NAME" \
--user "$UID":"$GID" \
--workdir "/$VOLUME_NAME" \
--entrypoint jsonschema \
-t \
$JSONSCHEMA_DOCKER_IMAGE \
test --extension ".test.json"But I get partial response that differs from what I got on my local PC on Linux Mint.
I tried to pipe response and cat it:
docker run \
--volume "$DIRECTORY:/$VOLUME_NAME" \
--user "$UID":"$GID" \
--workdir "/$VOLUME_NAME" \
--entrypoint jsonschema \
-t \
$JSONSCHEMA_DOCKER_IMAGE \
test --extension ".test.json" 2>&1 | catBut the answer still turns out to be truncated.
What should I do to avoid this error?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels