scp the logs locally Also create a tar archive if you'll need to copy the files out of the Docker container. cd/root scp -r -i"$HOME/.ssh/id_rsa_sbonds-kind-cgroups"-o"StrictHostKeyChecking no""$ADMIN_USERNAME@$VM_IP:kind-logs".tar czvf kind-logs.tar.gz kind-logs ...
docker-robott added version/4.3.0 on Dec 3, 2021 wpwood commentedon Dec 4, 2021 wpwoodon Dec 4, 2021 I don't think that this is an M1 issue. I see something similar on an Intel Macbook when trying to run the official Ubuntu:18.04 image on 4.3.0. ...
Regardless of the modifications made to the Dockerfile, the presence of a volume (appdata:/var/www) results in the masking of image permissions. The reason for the failure ofdocker exec -it myapp /bin/shis due to the image running aswww, which lacks the ability to execute chmod on files...