I have a limited Ubuntu VPS(512MB RAM, 20GB Hard Drive) and limited bandwidth, Docker Containers are about 1 or 2 GB. Is there a way to optimize these images for deployment in reasonable amount of time?
Asked
Active
Viewed 145 times
0
-
a) define reasonable, b) what issue are you having, precisely? – ADyson Jan 08 '18 at 14:47
-
I can't upload images in gigabytes to docker hub – Mahfoudh Arous Jan 08 '18 at 20:47
-
What did you try? https://www.google.co.uk/search?q=optimise+docker+container&oq=optimise+docker+container&aqs=chrome..69i57.3088j0j7&sourceid=chrome&ie=UTF-8 – ADyson Jan 09 '18 at 10:10
-
I tried just building Docker images for my web app. some tutorial about optimizing size don't allow significant gain in size. – Mahfoudh Arous Jan 09 '18 at 13:18
-
I just figured out that official docker image for ms sql server, can not be implemented on 512MB memory VPS. – Mahfoudh Arous Jan 11 '18 at 07:29