Run More Stuff in Docker
jonathan.bergknoff.com
Run More Stuff in Docker
1–10 of 293 posts
Re: Run More Stuff in Docker
#2Re: Run More Stuff in Docker
#3So ultimately the recommendation is to install Linux and use it as my daily driver. But Linux does not run on my machine yet.
Re: Run More Stuff in Docker
#4Re: Run More Stuff in Docker
#5I use a bash alias for each common application. For example, "jup" launches a jupyter notebook. I have a container with the Python package "Black" which runs using a git hook to clean up my code prior to commits.
Re: Run More Stuff in Docker
#6I'm in the same situation: until I figure (if ever) how to use NixOS and control version my OS, I tend to use Docker for any application with lots of dependencies, specially Python related ones
Re: Run More Stuff in Docker
#7Re: Run More Stuff in Docker
#8I'm in the same situation: until I figure (if ever) how to use NixOS and control version my OS, I tend to use Docker for any application with lots of dependencies, specially Python related ones
Re: Run More Stuff in Docker
#9Docker is the NoSQL of 2020.
Re: Run More Stuff in Docker
#10> If you’re using Docker on a Mac and you’ve never tried it on Linux, you owe it to yourself to try it on Linux. So ultimately the recommendation is to install Linux and use it as my daily driver. But Linux does not run on my machine yet.