Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] add copy-from command #26

Closed
wants to merge 1 commit into from
Closed

Conversation

ksimon1
Copy link
Contributor

@ksimon1 ksimon1 commented Nov 14, 2019

add copy-from command
This command should copy file from container to host.

For now, this is not working. The file is copied, but when i tried to run it (executable file), it throws: Exec format error.
//cc @fromanirh, @MarSik
Signed-off-by: Karel Šimon ksimon@redhat.com

This command should copy file from container to host.

Signed-off-by: Karel Šimon <ksimon@redhat.com>
@ffromani
Copy link
Owner

The error seems to be that podman intermixes some debug messages in the output stream (!!!!), which is quite bad and seems a podman bug.

To test this, just remove --log-level from the podman systemd service unit

@ffromani
Copy link
Owner

Also, let's keep an eye on this PR: containers/podman#3568

@ffromani
Copy link
Owner

The error seems to be that podman intermixes some debug messages in the output stream (!!!!), which is quite bad and seems a podman bug.

To test this, just remove --log-level from the podman systemd service unit

After further investigation, this could have been just a local setting of mine.
IF confirmed, podman intermixing its own debug messages in the stdout/stderr streams is bad nevertheless.

@ksimon1
Copy link
Contributor Author

ksimon1 commented Nov 19, 2019

Closing this in favour of #27

@ksimon1 ksimon1 closed this Nov 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants