You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to import the sample content by uncommenting WORDPRESS_TEST_DATA=true in the _env file in combination with docker-compose -f local-compose up -d on both boot2docker and Docker for Mac, the NFS container fails with the following error:
fs.js:882
throw new Error('Cannot parse time: ' + time);
^
Error: Cannot parse time: undefined
at toUnixTimestamp (fs.js:882:9)
at Object.fs.utimes (fs.js:892:18)
at NfsServer.setattr_time (/opt/nfs/node_modules/sdc-nfs/lib/nfs/setattr.js:245:8)
at next (/opt/nfs/node_modules/sdc-nfs/node_modules/oncrpc/lib/server.js:318:22)
at f (/opt/nfs/node_modules/sdc-nfs/node_modules/once/once.js:16:15)
at NfsServer.setattr_get_atime (/opt/nfs/node_modules/sdc-nfs/lib/nfs/setattr.js:208:9)
at next (/opt/nfs/node_modules/sdc-nfs/node_modules/oncrpc/lib/server.js:318:22)
at f (/opt/nfs/node_modules/sdc-nfs/node_modules/once/once.js:16:15)
at NfsServer.setattr_get_mtime (/opt/nfs/node_modules/sdc-nfs/lib/nfs/setattr.js:153:9)
at next (/opt/nfs/node_modules/sdc-nfs/node_modules/oncrpc/lib/server.js:318:22)
2016/05/23 14:43:07 exit status 8
The text was updated successfully, but these errors were encountered:
When trying to import the sample content by uncommenting
WORDPRESS_TEST_DATA=true
in the_env
file in combination withdocker-compose -f local-compose up -d
on both boot2docker and Docker for Mac, the NFS container fails with the following error:The text was updated successfully, but these errors were encountered: