Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
Great article, even with my lack of linux and server knowledge in general I’ve managed to import some interesting Docker images that automatically created complex hosting setups in a container. Probably a dumb question but how do you put a Docker container on port 80?
for some reason I had to do
sudo apt-get install mercurial
as well to get the guide to work.
Docker has a repo now for Ubuntu – likely far easier/safer to use --> http://docs.docker.io/en/latest/installation/ubuntulinux/
This doesn’t work too well on a 512MB droplet:
runtime: panic before malloc heap initialized fatal error: runtime: cannot allocate heap metadata
See https://github.com/dotcloud/docker/issues/1555 for more details
sudo apt-get install linux-image-extra-uname -r
Fail.
Output:
E: Unable to locate package linux-image-extra-3.8.0-29-generic
E: Couldn’t find any package by regex ‘linux-image-extra-3.8.0-29-generic’
@livesliders: You must run the following command first: <pre>sudo apt-get update</pre>
stuck running this line: go get -v github.com/dotcloud/docker/…
getting error: contrib/host-integration/manager.go:8:2: no buildable Go source files in /home/goser/gocode/src/github.com/dotcloud/docker
any ideas? droplet is 12.04.3 with 3.8.0-29-generic