With Visual Studio Code
A problem I had within our teams in my last gig was running projects consistently across multiple operating syst...
For further actions, you may consider blocking this person and/or reporting abuse
Using powershell:
I just do
dev-here node:latest
it will download the image mount the current directory to /code in the container and you can edit locally update to git etc. Works for any container that you want, I use it for rust, donet core, node, etc.Nice well then all this article would give you is all the plugins out of the box too. This is a really smart script 💜
Nice post, I was going to write one along these lines but now I don't have to!
I actually prefer this workflow in lieu using rvm, nvm, etc. these days. You can use a Docker Compose file too, which is handy for apps with more complicated dependencies.
I do the exact same! I'm wondering why more OSS communities don't do the same. It's such an easy way to get up and running.
Excellent article, man. Super useful and super easy.
Thanks!
Thank for the useful post
Glad it was useful at least 💜
This is pretty cool, love the format! I'm the maintainer of a couple of open source projects focused on moving dev environments to containers in Kubernetes, would love your thoughts on them!
Oh nice I'll take a look over the day 😁
The source of your app is in the container, right? How do you update the source in an external repo? Do you just push to github from within the container?
Do you have visibility of the source files in the host operating system?
What theme are you using in VScode?
Synthwave '84 personally, but for the video, I think I used Cobalt
Thanks! These are awesome :)
Hi !
Devilbox is a great alternative to newbies, to use Docker with some benefits and very easy
I've never seen Devilbox before I will take a look
I've been using it for a long time. It's very comfortable to use ;)
I use docker and kubernetes standalone too, but to my PHP development environment I use devilbox :)
Excellent post! I think you're one of the first people I've seen put both video and text explanation- although I don't exactly go far and wide around dev.to.
The extra effort is greatly appreciated, as I usually like to read first and watch later when I know I'm interested. Thanks :)
Thanks! I know I learn better from video so that's why 😂
docker is great, docker on non-linux is not
They fixed it on Windows recently, it's worth trying again
i am on mac, I do use docker everywhere, but I still feel it is much slower then on a linux os.
I'm using a Mac too haven't actually used Docker on Linux so I have no idea how much faster it could be 😂
Great post!
Thanks 💜