diff --git a/docs/sources/.nojekyll b/docs/sources/.nojekyll deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/docs/sources/CNAME b/docs/sources/CNAME deleted file mode 100644 index 243e482261..0000000000 --- a/docs/sources/CNAME +++ /dev/null @@ -1 +0,0 @@ -docker.io diff --git a/docs/sources/dotcloud.yml b/docs/sources/dotcloud.yml deleted file mode 100644 index 5a8f50f9e9..0000000000 --- a/docs/sources/dotcloud.yml +++ /dev/null @@ -1,2 +0,0 @@ -www: - type: static \ No newline at end of file diff --git a/docs/sources/gettingstarted/index.html b/docs/sources/gettingstarted/index.html deleted file mode 100644 index 96175d6dec..0000000000 --- a/docs/sources/gettingstarted/index.html +++ /dev/null @@ -1,210 +0,0 @@ - - - - - - -
- - -Requirements
-Install dependencies
- The linux-image-extra package is only needed on standard Ubuntu EC2 AMIs in order to install the aufs kernel module. -sudo apt-get install linux-image-extra-`uname -r`- - -
Install Docker
-Add the Ubuntu PPA (Personal Package Archive) sources to your apt sources list, update and install.
-You may see some warnings that the GPG keys cannot be verified.
-sudo sh -c "echo 'deb http://ppa.launchpad.net/dotcloud/lxc-docker/ubuntu precise main' >> /etc/apt/sources.list"
- sudo apt-get update
- sudo apt-get install lxc-docker
- Run!
- -docker run -i -t ubuntu /bin/bash
- Want to hack on Docker? Awesome! We have some instructions to get you started. They are probably not perfect, please let us know if anything feels wrong or incomplete.
-For other operating systems we recommend and provide a streamlined install with virtualbox, - vagrant and an Ubuntu virtual machine.
- - - -Any combination of binaries, libraries, configuration files, scripts, virtualenvs, jars, gems, tarballs, you name it. No more juggling between domain-specific tools. Docker can deploy and run them all.
-Docker can run on any x64 machine with a modern linux kernel - whether it's a laptop, a bare metal server or a VM. This makes it perfect for multi-cloud deployments.
-Docker isolates processes from each other and from the underlying host, using lightweight containers.
-Because each container is isolated in its own filesystem, they behave the same regardless of where, when, and alongside what they run.
-Under the hood, Docker is built on the following components:
- -- Docker is an open-source implementation of the deployment engine which powers dotCloud, a popular Platform-as-a-Service.
- -It benefits directly from the experience accumulated over several years of large-scale operation and support of hundreds of thousands - of applications and databases. -
- -