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
using docker save and docker load can allow for loading both php7 and 8 images together or pull just the required one, depending on how I bundle save's output tar.gz
while I think I can stay on Docker Hub a little longer with my free account, that may not always be the case. As Lokl's dealing with only 2 current tags and the older ones shouldn't be pulled much, I don't expect a high S3 cost, even with the large files. But, it will give me a bit more portability and control without too many extra headaches of self-managing.
Need to test it out and see how it works.
Can provide hashes of latest images on download/releases page.
This is could be another method for when users send me their sites to debug, doing a commit then save and I can load, just need to beware to use same port they had it spun up on when committed.
The text was updated successfully, but these errors were encountered:
using
docker save
anddocker load
can allow for loading both php7 and 8 images together or pull just the required one, depending on how I bundlesave
's outputtar.gz
while I think I can stay on Docker Hub a little longer with my free account, that may not always be the case. As Lokl's dealing with only 2 current tags and the older ones shouldn't be pulled much, I don't expect a high S3 cost, even with the large files. But, it will give me a bit more portability and control without too many extra headaches of self-managing.
Need to test it out and see how it works.
Can provide hashes of latest images on download/releases page.
This is could be another method for when users send me their sites to debug, doing a
commit
thensave
and I canload
, just need to beware to use same port they had it spun up on when committed.The text was updated successfully, but these errors were encountered: