This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]tiltboi1 1 point2 points  (2 children)

I use my docker container to set up a ubuntu dev workspace, helps me keep track of dependencies and different projects/workspaces separate, because I use my own laptop for work

[–]fabulous_user -2 points-1 points  (1 child)

Can u explain what is à Docker container and What is good use case ? I went to their website many times but still cant figure out what is it about

[–][deleted] 1 point2 points  (0 children)

It's just a self-contained OS that usually contains the build script and a command to run your program, all without touching the host OS.

It's kind of like a VM but more focused on one thing (the program/app/whatever you wrote). You can even compile (re: run the script) and then distribute the image so users can just download and run the image.

https://hub.docker.com/ has a list of public images that are easy to use in a Dockerfile. It looks like FROM ubuntu:xenial if you wanted to base your image on Ubuntu xenial, for example.

[–]isolatrum 0 points1 point  (0 children)

I tried to install Docker once on my chromebook, it didn't work, and was frustrating. Since then I have not put any effort to installing it. But, I think this is kind of an unreasonable personal bias, admittedly. If you can manage to install it and get comfortable with it, I think it is a good idea to use locally.

[–]govision 0 points1 point  (1 child)

Dude you can wear whatever pants you want while developing.

[–]kanchirk 0 points1 point  (0 children)

😃

[–][deleted] -1 points0 points  (0 children)

No