我在本地设置了drone.io实例,并将其用作CI环境。我需要设置docker容器内存来运行我的测试用例。下面是我的.drone.yml文件。
pipeline: build: image: centor commands: - mvn clean install
有没有办法在docker容器中设置最大内存?
https://stackoverflow.com/questions/41391837
相似问题