Where does Docker belong?
-
What is the right CP forum for posts about Docker? I guess it is under the main heading "Programming", even though is isn't programming as such, but more like software infrastructure. I'll get out of the Lounge with my Docker talk as soon as someone tells me where to go! :-)
-
What is the right CP forum for posts about Docker? I guess it is under the main heading "Programming", even though is isn't programming as such, but more like software infrastructure. I'll get out of the Lounge with my Docker talk as soon as someone tells me where to go! :-)
-
What is the right CP forum for posts about Docker? I guess it is under the main heading "Programming", even though is isn't programming as such, but more like software infrastructure. I'll get out of the Lounge with my Docker talk as soon as someone tells me where to go! :-)
-
What is the right CP forum for posts about Docker? I guess it is under the main heading "Programming", even though is isn't programming as such, but more like software infrastructure. I'll get out of the Lounge with my Docker talk as soon as someone tells me where to go! :-)
The Island of Misfit Toys?
-
What is the right CP forum for posts about Docker? I guess it is under the main heading "Programming", even though is isn't programming as such, but more like software infrastructure. I'll get out of the Lounge with my Docker talk as soon as someone tells me where to go! :-)
I've been told where to go many times, but I just ignore it.
CQ de W5ALT
Walt Fair, Jr., P. E. Comport Computing Specializing in Technical Engineering Software
-
What is the right CP forum for posts about Docker? I guess it is under the main heading "Programming", even though is isn't programming as such, but more like software infrastructure. I'll get out of the Lounge with my Docker talk as soon as someone tells me where to go! :-)
I got positive reactions on my Docker posts here in the lounge, so that seems ok, see: https://www.codeproject.com/Lounge.aspx?fid=1159&df=90&mpp=25&sort=Position&spc=Relaxed&select=5613850&tid=5613850
-
What is the right CP forum for posts about Docker? I guess it is under the main heading "Programming", even though is isn't programming as such, but more like software infrastructure. I'll get out of the Lounge with my Docker talk as soon as someone tells me where to go! :-)
That is a great question! I think we need a DevOps Category with Production and Development Forums and possibly Kubernetes, Helm, Scripting, Deployment, Monitoring, Logging ... I'll talk to Chris. I personally use Docker for setting up environments for Development on my workstation. Need a Redis Server, docker run ... Need a SQL server, docker run Need it to persist and automatically restart, docker run --restart always ... Need all your cores to compile your monster solution with VS, quit docker ... Love my docker
"Time flies like an arrow. Fruit flies like a banana."
-
That is a great question! I think we need a DevOps Category with Production and Development Forums and possibly Kubernetes, Helm, Scripting, Deployment, Monitoring, Logging ... I'll talk to Chris. I personally use Docker for setting up environments for Development on my workstation. Need a Redis Server, docker run ... Need a SQL server, docker run Need it to persist and automatically restart, docker run --restart always ... Need all your cores to compile your monster solution with VS, quit docker ... Love my docker
"Time flies like an arrow. Fruit flies like a banana."
Docker, Inc is the company behind the development of Docker, an open-source project that automates the deployment of code inside software containers. Docker, Inc had over 423 employees in 2015 and is based in San Francisco, California.
-
What is the right CP forum for posts about Docker? I guess it is under the main heading "Programming", even though is isn't programming as such, but more like software infrastructure. I'll get out of the Lounge with my Docker talk as soon as someone tells me where to go! :-)
A very late reply to an old message, but the short answer is "under [Containers](https://www.codeproject.com/script/Content/Tag.aspx?tags=containers)"
cheers Chris Maunder