Compose: Please how I can limit memory in docker-compose build

Created on 14 Nov 2017  路  2Comments  路  Source: docker/compose

驴How I can limit memory in "docker-compose build" command?
I need to setup a limit for building because my tiny droplet is out of memory when run the building process.

Thanks for your answers

arebuild kinfeature kinparity

All 2 comments

It's not currently possible with the docker-compose build command. Consider building with docker build using the -m option for the time being.

The same question. Any possibility to limit docker-compose build ?

Was this page helpful?
0 / 5 - 0 ratings