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

potential container permission issue #2399

Open
shchen-idmod opened this issue Nov 14, 2024 · 0 comments
Open

potential container permission issue #2399

shchen-idmod opened this issue Nov 14, 2024 · 0 comments
Labels
bug Something isn't working Container Workflow

Comments

@shchen-idmod
Copy link
Collaborator

Only Linux:
cd examples/platform_container
run "python python_sims_for_containerplatform.py"
after finished, remove job_directory folder with sudo like "sudo -rm destination_directory"
then rerun previous example: python python_sims_for_containerplatform.py
error:
OCI runtime exec failed: exec failed: unable to start container process: chdir to cwd ("/home/container_data/Suite_2561f0bf-e3c1-4bfa-b9d4-1add1ca42207/python_example_2f67f8de-71bd-448a-92d2-9aad5dea7d5b") set in config.json failed: no such file or directory: unknown

Workaround for now:

  1. do not use sudo for delete folder.
  2. Or start with new container by either delete previous container id(docker rm -f container_id), or Platform(..., new_container=True)
@shchen-idmod shchen-idmod added bug Something isn't working Container Workflow labels Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Container Workflow
Projects
None yet
Development

No branches or pull requests

1 participant