GitXplorerGitXplorer
t

docker-overlay

public
51 stars
17 forks
4 issues

Commits

List of commits on branch master.
Unverified
03efaab55d5580538066728f48925404328f99b7

Add 17.11.0-ce-rc4

ttianon committed 7 years ago
Unverified
5a334f8ec56a1a690965bc5caf06a98a0e416257

Add Docker 17.11.0-ce-rc3

ttianon committed 7 years ago
Unverified
390f308e6f96ff39c3127e8e0e4cfe096242c04f

Add runc 1.0.0-rc4

ttianon committed 7 years ago
Unverified
6b158cb865197cbe2fa5c9aa125c3fe705a5a6e8

Update notary import path to github.com/theupdateframework/notary

ttianon committed 7 years ago
Unverified
01fb7a73e94290a2ca538401281aa6046ac0352c

Add 17.11.0-ce-rc2

ttianon committed 7 years ago
Unverified
6679b953a0d0ed20e08b457ce393e2eeadfaac22

Add 17.11.0-ce-rc1

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).