|
|
|
|
|
by thanksgiving
3269 days ago
|
|
Sorry, I meant to ask about locally. I am still trying to figure out how to write code in docker. It is very confusing and send like too much work to do this locally. I assume the disk is pretty much always the bottleneck? I mean even with system CTL, how much memory can a rest API flask web app take right? |
|
That said, you don't have to use Docker and for a small project with no dependencies or no system level dependencies, I think it's overkill personally, so I'd just test outside of Docker or use the new base images from Circle.
https://circleci.com/docs/2.0/local-jobs/