Y
Hacker News
new
|
ask
|
show
|
jobs
by
a012
286 days ago
> Having a reproducible dev environment is great when everyone’s laptop is different and may be running different OSes, libraries, runtimes, etc.
Docker and other containerization solved the “it works on my machine” issue
1 comments
em-bee
286 days ago
almost. there is still an issue with selinux. i just had that case. because the client develops with selinux turned off, the docker containers don't run on my machine if i have selinux turned on.
link
znpy
285 days ago
you miss an intermediate environment (staging, pre-prod, canary, whatever you want to call it) with selinux turned on.
link
em-bee
285 days ago
i don't. the customer does. and they don't seem to care. turning selinux off works for them and they are not paying me to fix that or work around it.
link