docker
http://www.docker.io
Docker complements LXC with a high-level API which operates at the process level. It runs unix processes with strong guarantees of isolation and repeatability across servers.
Docker is a great building block for automating distributed systems: large-scale web deployments, database clusters, continuous deployment systems, private PaaS, service-oriented architectures, etc.
- Developed at Virtualization:containers
-
7
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/docker && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
80-docker.rules | 0000000345 345 Bytes | |
README_SUSE.md | 0000008196 8 KB | |
_service | 0000000555 555 Bytes | |
docker-1.12.1.tar.xz | 0010814732 10.3 MB | |
docker-audit.rules | 0000001269 1.24 KB | |
docker-mount-secrets.patch | 0000013376 13.1 KB | |
docker-rpmlintrc | 0000000533 533 Bytes | |
docker-update-message.txt | 0000001590 1.55 KB | |
docker.changes | 0000132550 129 KB | |
docker.service | 0000001507 1.47 KB | |
docker.socket | 0000000197 197 Bytes | |
docker.spec | 0000015761 15.4 KB | |
docker_systemd_lt_214.socket | 0000000289 289 Bytes | |
gcc-go-patches.patch | 0000001015 1015 Bytes | |
integration-cli-fix-TestInfoEnsureSucceeds.patch | 0000000891 891 Bytes | |
netlink_gcc_go.patch | 0000001954 1.91 KB | |
netlink_netns_powerpc.patch | 0000000446 446 Bytes | |
sysconfig.docker | 0000000190 190 Bytes | |
tests.sh | 0000009259 9.04 KB |
Revision 42 (latest revision is 155)
Dominique Leuenberger (dimstar_suse)
accepted
request 428793
from
Jordi Massaguer (jordimassaguerpla)
(revision 42)
- fix go_arches definition: use global instead of define, otherwise it fails to build - Add dockerd(8) man page. - add missing patch to changelog - fix integration test case - add integration-cli-fix-TestInfoEnsureSucceeds.patch - update rpmlintrc - make test timeout configurable - Remove noarch from docker-test, which was causing lots of fun issues when trying to run them. - Fix build for ppc64le: use static libgo for dockerd and docker-proxy as in docker build. - Update docker to 1.12.1 (bsc#996015) see changelog in https://github.com/docker/docker/releases/tag/v1.12.1 - Add asaurin@suse.com's test.sh test script. - Add integration test binary in docker.spec file. This is work done by asaurin@suse.com. - Package docker-proxy (which was split out of the docker binary in 1.12). boo#995620
Comments 8
I'm trying to update this to 1.13.0, and just having an odd time of it. Where do we get the tar.xz files from? I can't find them anywhere by the checksum online.
Anyone coming close to building a package for 1.13.0 per chance? I'm busting for an update as the present 1.12.6 is having some bizarre bugs that I'm hoping are fixed in 1.13.0. For details on these bugs please see this thread https://forums.opensuse.org/showthread.php/522711-Why-can-t-I-seem-to-launch-RuneScape-s-NXT-Client-using-Docker-on-openSUSE on the openSUSE forums.
Why has this not be updated to the stable release of ce: 17.09.0-ce
It's fairly complicated to package docker actually. I took a stab at it and its quite a mess (https://build.opensuse.org/package/show/home:avindra/docker?expand=0). Not only is it made of many different components, but it is also written in Go which has no real standards around dependency management.
Docker itself has one of the most complex builds of any project I've seen.
Awesome! I'm glad to hear that you are working on it. I believe you on the difficulty, docker has become a complex beast while it has matured.
Is there a reason why the completion file for zsh is
docker
instead of_docker
? I have to create a symlink_docker
pointing todocker
in/etc/zsh_completion.d
to make it work with zsh.Hi Aleksa,
thanks for maintaining the docker package!
The latest update to docker docker 26.1.5_ce-9.1 broke container networking for me. Rolling back to a previous snapper snapshot with docker 26.1.5_ce-8.1 makes container networking work again.
See here for more details: https://forums.opensuse.org/t/update-on-19-november-2024-broke-docker-container-networking-docker-26-1-5-ce-9-1/180499
What could be the reason?
Please make a Bugzilla report, comments on openSUSE:Factory are not the right place for bug reports (and neither is the forum to be honest). If you use
DOCKER_NETWORK_OPTS
please mention that in the bug report (the forum is down for me so I can't read the thread).