Your command freed up around 20G+ thanks. But still 28G is used.

Thanks & Regards
Danushka Fernando
Senior Software Engineer
WSO2 inc. http://wso2.com/
Mobile : +94716332729

On Fri, Oct 2, 2015 at 11:04 AM, Danushka Fernando <danush...@wso2.com>
wrote:

> Hi Pubudu
> Here is the response of the *docker images* command
>
> REPOSITORY          TAG                 IMAGE ID
> CREATED             VIRTUAL SIZE
> wso2/as             5.2.1               8dcdb94efc8d        12 hours
> ago        1.294 GB
> wso2/base-image     4.1.0               a972772832d6        16 hours
> ago        701.8 MB
> <none>              <none>              4d65ea1cc964        17 hours
> ago        701.1 MB
> <none>              <none>              90d819958e2e        18 hours
> ago        701.1 MB
> <none>              <none>              56639f5aff00        18 hours
> ago        701.1 MB
> debian              7.7                 479215127fa7        9 months
> ago        84.97 MB
>
> But after I build the as image it ate 50G+ my disk space. That's the only
> thing I did there.
>
> Thanks & Regards
> Danushka Fernando
> Senior Software Engineer
> WSO2 inc. http://wso2.com/
> Mobile : +94716332729
>
> On Fri, Oct 2, 2015 at 10:00 AM, Pubudu Gunatilaka <pubu...@wso2.com>
> wrote:
>
>> Hi Danushka,
>>
>> Are you having docker images with <none> tag? You can remove those images
>> using the following command.
>>
>> *docker rmi $(docker images | grep "^<none>" | awk "{print $3}")*
>>
>> If you have run docker containers in your machine, there can be
>> containers that are stopped but not removed. You can verify that using 
>> *docker
>> ps -a* command and use the following command to remove stopped docker
>> containers.
>>
>> *docker rm `docker ps --no-trunc -aq`*
>>
>> Thank you!
>>
>>
>> On Fri, Oct 2, 2015 at 7:31 AM, Danushka Fernando <danush...@wso2.com>
>> wrote:
>>
>>> When we run PPaaS build.sh it takes lots of disk space and sometimes
>>> machine tends to go out of disk space. How we can resolve this?
>>>
>>> Thanks & Regards
>>> Danushka Fernando
>>> Senior Software Engineer
>>> WSO2 inc. http://wso2.com/
>>> Mobile : +94716332729
>>>
>>> _______________________________________________
>>> Dev mailing list
>>> Dev@wso2.org
>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>
>>>
>>
>>
>> --
>> *Pubudu Gunatilaka*
>> Committer and PMC Member - Apache Stratos
>> Software Engineer
>> WSO2, Inc.: http://wso2.com
>> mobile : +94774079049 <%2B94772207163>
>>
>>
>
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to