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

Podman Support in tests, Read-only rootfs and resizeable TTY #71

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

not-jan
Copy link

@not-jan not-jan commented Mar 29, 2024

What did you implement:

I've implemented the Docker API call to resize the TTY and the readonly_rootfs flag that allows mounting the rootfs of a Container read-only.

Closes: #47

How did you verify your change:

I've had to manually verify the resize API call working and added a test for readonly_rootfs flag.

What (if anything) would need to be called out in the CHANGELOG for the next release:

  • Add support for resizing the TTY
  • Add support for read-only rootfs flag
  • Add support for Podman in tests

@not-jan not-jan mentioned this pull request Mar 29, 2024
@not-jan not-jan changed the title Read-only rootfs and resizeable TTY Podman Support, Read-only rootfs and resizeable TTY Mar 29, 2024
@not-jan not-jan changed the title Podman Support, Read-only rootfs and resizeable TTY Podman Support in tests, Read-only rootfs and resizeable TTY Mar 29, 2024
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.

Container TTY Resize
1 participant