I've been trying to set up a dev environment, but I'm not able to get the WordPress container to initialize. I can access the site via the browser, but it doesn't contain any of the app code. When I try to manually start the container, this is the log output:
rsync: [generator] delete_file: rmdir(vip-config) failed: Permission denied (13)
rsync: [generator] delete_file: rmdir(log) failed: Permission denied (13)
rsync: [generator] delete_file: rmdir(config) failed: Permission denied (13)
rsync: [generator] delete_file: rmdir(wp-content/uploads) failed: Permission denied (13)
rsync: [generator] delete_file: rmdir(wp-content/themes) failed: Permission denied (13)
rsync: [generator] delete_file: rmdir(wp-content/private) failed: Permission denied (13)
rsync: [generator] delete_file: rmdir(wp-content/plugins) failed: Permission denied (13)
rsync: [generator] delete_file: rmdir(wp-content/languages) failed: Permission denied (13)
rsync: [generator] delete_file: rmdir(wp-content/images) failed: Permission denied (13)
rsync: [generator] delete_file: rmdir(wp-content/client-mu-plugins) failed: Permission denied (13)
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1338) [sender=3.3.0]
$ docker -v
Docker version 29.4.2, build 055a478
$ vip -v
4.0.0
$ docker image ls | grep ghcr.io/automattic/vip-container-images
WARNING: This output is designed for human readability. For machine-readable output, please use --format.
ghcr.io/automattic/vip-container-images/lando-util:4 7f7994d493e4 295MB 66.8MB
ghcr.io/automattic/vip-container-images/mu-plugins:0.1 f47335642c2a 1.22GB 290MB
ghcr.io/automattic/vip-container-images/nginx:latest 5cd2cd0c430b 103MB 27.5MB U
ghcr.io/automattic/vip-container-images/php-fpm:8.3 2bb18ae7d77a 921MB 228MB U
ghcr.io/automattic/vip-container-images/traefik_openssl:v3 025038833b0d 223MB 48.5MB U
ghcr.io/automattic/vip-container-images/wordpress:6.8 5deec13f4c0c 113MB 22.8MB
ghcr.io/automattic/vip-container-images/wordpress:6.9 a8e03f516048 121MB 25.6MB U
Any help would be appreciated.
I've been trying to set up a dev environment, but I'm not able to get the WordPress container to initialize. I can access the site via the browser, but it doesn't contain any of the app code. When I try to manually start the container, this is the log output:
Any help would be appreciated.