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

Remove chdir in container init and start #2777

Closed
wants to merge 3 commits into from

Commits on May 2, 2024

  1. feat: remove unnecessary chdir in container start

    the invoke to chdir is immediately called again in notify_socket.notify_container_start()
    and it seems not necessary. This commit removes it
    
    Signed-off-by: jiaxiao zhou <jiazho@microsoft.com>
    Mossaka authored and jprendes committed May 2, 2024
    Configuration menu
    Copy the full SHA
    983658d View commit details
    Browse the repository at this point in the history
  2. remove the rest of the chdir

    Signed-off-by: jiaxiao zhou <jiazho@microsoft.com>
    Mossaka authored and jprendes committed May 2, 2024
    Configuration menu
    Copy the full SHA
    ba7886d View commit details
    Browse the repository at this point in the history
  3. fix clippy lints

    Signed-off-by: Jorge Prendes <jorge.prendes@gmail.com>
    jprendes committed May 2, 2024
    Configuration menu
    Copy the full SHA
    fc26a79 View commit details
    Browse the repository at this point in the history