by galenmarchetti on 9/14/23, 11:59 PM with 5 comments
As someone who wasn't involved in the industry at this space, it's curious to me that PyCon was the place for Docker to launch, given the talk seems to have nothing to do with python / docker itself doesn't seem to have anything to do with python specifically (although of course python devs use docker a lot nowadays).
Anyone remember this / have insights into why PyCon was the launch site for Docker?
by theli0nheart on 9/15/23, 12:23 PM
As another commenter mentioned, this was during a round of several lightning talks. These talks generally can be about pretty much anything. I don't remember the others, but I definitely remembered this one.
At the time, dotCloud had oriented itself as a PaaS that also had first-class support for Python (Heroku was still very Ruby/Rails-focused), so it makes sense that they'd want to show off what they were building at a conference with Python developers.
by toomuchtodo on 9/15/23, 12:15 AM
> Hykes first demoed Docker at PyCon in March 2013, where he explained that Docker was created because developers kept asking for the underlying technology powering the DotCloud platform. “We did always think it would be cool to be able to say, ‘Yes, here is our low-level piece. Now you can do Linux containers with us and go do whatever you want, go build your platform.’ So that’s what we are doing.”
https://www.infoworld.com/article/3204171/what-is-docker-the...
by glaucon on 9/15/23, 3:32 AM
by yen223 on 9/15/23, 3:48 AM
2. Docker solved a lot of problems related to Python's deployment story.