RSSAmplifier

Max Chernyak · Aug 4, 2018

Don’t use docker to run your app in development

0
Sign in to vote or save

This site does not allow itself to be embedded. You can still read it on the original site — the toolbar below keeps your place in the directory.

Using docker in development can be very convenient, but running your actual app (you know, the one you’re coding) in docker introduces various headaches. Mounted volumes are slow and error-prone You need hacks and shortcuts to run any console/debug commands in containers Live updates on code changes are unreliable in docker Runtime is slower in docker Dependency updates are slower in docker…

Read on max.engineer

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.