GitXplorerGitXplorer
t

docker-overlay

public
51 stars
17 forks
4 issues

Commits

List of commits on branch master.
Unverified
75ddc87d099332fb0877e615a0613b30dbff861d

Remove use of "latest" symlink in docker-9999

ttianon committed 5 years ago
Unverified
fc9f16b44839f8d313a61312eded9d9769f2f0c1

Add 17.09.1-ce-rc1

ttianon committed 7 years ago
Unverified
b9ead491e4bbe99f171f90b347a3a9358b5696b2

Fix digest

ttianon committed 7 years ago
Unverified
39c68caaad518a8bb4e2eaf375c705d06ff15661

Update container/runc deps

ttianon committed 7 years ago
Unverified
306faa92bafc175a3680439ac311b54a73921812

Fix containerd a bit

ttianon committed 7 years ago
Unverified
f307432d6eadc2a84f850e79ab7856f47edd9860

Add 17.11.0-ce (GA)

ttianon committed 7 years ago

README

The README file for this repository.

docker-overlay

what is docker?

See the Docker homepage and the Docker repository for more information about Docker.

In a nutshell:

Docker is an open-source project to easily create lightweight, portable, self-sufficient containers from any application.

using docker in gentoo

Latest stable is in the portage tree proper under the name app-emulation/docker. If you just want the latest release version of Docker, that's the best place to find it.

Be sure to check out the Gentoo Linux installation instructions at docker.io for important notes and direction regarding the Gentoo ebuilds for Docker.

using this overlay

If you want a -bin ebuild, the latest and greatest changes before they're pushed to tree, or a live ebuild, you're in the correct place.

This repository is listed with layman. Ensure that you have layman (emerge -av app-portage/layman), and invoke the following:

layman -a docker

After adding this overlay, app-emulation/docker should be available for emerge (or alternatively, app-emulation/docker-bin):

emerge -av app-emulation/docker

Note also the existence of dev-util/gordon (see https://github.com/docker/gordon for more details).