Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
friism
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
12 ms
·
1.
▲
by
friism
3y ago
> dyno types for build processes use Perf-M? Not configurable What are you looking for here? Larger build dynos? Heroku provides the build service for free so we use perf-m dynos to get fast builds with reasonable cost (for us).
2.
▲
by
friism
3y ago
(I work at Heroku) Do you have more details on what sucks? Anything we're not already tracking to fix in our public roadmap? https://github.com/heroku/roadmap/issues
3.
▲
by
friism
9y ago
Works great so far. The iOS app was janky at first (it would forget about the hub it was connected to) but seems better now. I don't really use the app though - a recent update added Alexa support, and that works great. I've mount
4.
▲
by
friism
9y ago
I have IKEA Trådfri (which is ZigBee-based). While the hub does connect to the internet for software updates (using ethernet - no WiFi, and no WiFi password to update), there's no "cloud" component. You can't create an &
5.
▲
by
friism
10y ago
Oh, and to answer your question: Yes, Swarm is core part of Docker and is in Docker Community Edition too!
6.
▲
by
friism
10y ago
Thanks, this is excellent feedback.
7.
▲
by
friism
10y ago
Docker is trying to alleviate this concern by spinning out and trying to foster alternative runtimes, check out containerd and runc: * https://blog.docker.com/2016/12/introducing-containerd/ * https:/&
8.
▲
by
friism
10y ago
Docker CE and EE are based on the Docker open source project and work the same way. You can also use a Docker CE client to talk to Docker EE host or swarm, and vice-versa. The Docker Cloud team is working on improvements to reduce segmentat
9.
▲
by
friism
10y ago
We take backwards compatibility seriously. If you encounter problems updating from one version of Docker to the next (whether from 1.13.1 to 17.03 or from 17.03 to the upcoming 17.04), please open an issue on docker/docker so that can
10.
▲
by
friism
10y ago
Fixed now, thanks for reporting: https://store.docker.com/editions/community/docker-ce-server... Also check out the full docs: https://docs.docker.com/engine/installation/linux/cento
11.
▲
by
friism
10y ago
Here's a link to resources on how to start publishing content: https://success.docker.com/store
12.
▲
by
friism
10y ago
I'm sorry you don't like the new versioning. Echoing @shykes below[1], Docker had premium paid products before this launch, but we're trying to make that clearer and to simplify the product lineup. Note that Docker CE is _jus
13.
▲
by
friism
10y ago
Both the main and the emergency spillway send water into the Feather river. When the reservoir is at capacity, the dam operator has no control over how much water goes into the Feather River nor whether downstream towns are flooded or not.
14.
▲
by
friism
10y ago
Do you have the support ticket ID? I can follow up.
15.
▲
by
friism
10y ago
No, you can also run Docker Windows Server containers on Windows 10. This means that the Docker daemon is running natively on Windows (either Windows 10 anniversary edition or 2016). Details here: * https://blog.docker.com/2
16.
▲
by
friism
10y ago
No, you can also run Docker Windows Server containers on Windows 10. The easiest way to do this is to install the public beta version of Docker for Windows: * https://github.com/docker/labs/blob/master/wi
17.
▲
by
friism
10y ago
Beta26 of Docker for Windows (public, free) setups up both Linux and Windows Docker daemon on Windows 10: https://docs.docker.com/docker-for-windows/release-notes/#/b... Details here: * https://blo
18.
▲
by
friism
10y ago
Docker running on Windows comes with the same layering and CoW semantics as on Windows. If you're curious about the details, John Starks' session at DockerCon is really great: https://www.youtube.com/watch?v=85nCF
19.
▲
by
friism
10y ago
If you have details on the problems you've had, feel free to drop me a line at michael.friis@docker.com
20.
▲
by
friism
10y ago
RDP actually worked in early tech previews, and I think Microsoft is trying to use some of this for browser-process isolation in Microsoft Edge, so maybe some day :-)
21.
▲
by
friism
10y ago
Here's a blog post: https://blog.docker.com/2016/09/build-your-first-docker-wind...
22.
▲
by
friism
10y ago
Since all your containers will be based on `windowsservercore` (and perhaps some on the much smaller `nanoserver` base image), you could choose to bake the image into your container host image.
23.
▲
by
friism
10y ago
You can install the free Windows Server 2016 evaluation version in VirtualBox (which should run fine on Home). Download here: https://www.microsoft.com/en-us/evalcenter/evaluate-windows-...
24.
▲
by
friism
10y ago
There's not a lot yet, but you can take a look at the shim used by Docker Engine: https://github.com/Microsoft/hcsshim
25.
▲
by
friism
10y ago
The `docker pull` payload is 358MB: https://hub.docker.com/r/microsoft/nanoserver/tags/
26.
▲
by
friism
10y ago
Express works fine listening on TCP. While I haven't tried I don't see any reason it wouldn't work. And I've see the full SQL Server running in a Linux Docker container :-)
27.
▲
by
friism
10y ago
The public beta version (which has all the latest and greatest) has support for Windows containers too: https://stefanscherer.github.io/run-linux-and-windows-contai...
28.
▲
by
friism
10y ago
GUI apps (and remote desktop use cases) is not supported for Docker Windows containers, at least not yet.
29.
▲
by
friism
10y ago
Yes, it works great! I built a sample with MusicStore. It doesn't use ISS (but could), just a self-hosting ASP.NET Core MVC app: https://github.com/friism/Musicstore/ You might find the SQL Server Dockerfile
30.
▲
by
friism
10y ago
Post author here: people at Docker and Microsoft have worked on this for years. More to come during the day, also happy to answer any questions here.
More ›