You are not logged in.
Pages: 1
I noticed the 3 docker pages on their website lxc-docker* do not exist any longer in the AUR. Fortunately I managed to find the docker-git package and it installed the very latest git commit. I'd rather have some stable, but anything working is fine.
When I run docker, nearly all commands end up like this:
➜ ~ sudo docker info
2013/12/12 22:23:55 Error: Not Found
➜ ~ sudo docker run ubuntu echo "hello world"
Unable to find image 'ubuntu' (tag: latest) locally
2013/12/12 22:24:52 Error :Not FoundI'm currently trying to find clues. Nothing in journalctl; any suggestions where else to look?
Offline
I can't help you getting working correctly, but docker is now in community.
Offline
Added myself to the docker group but still same problem. Rebooted my machine and problem solved. Will leave this thread here in case it helps out anyone else. Mods, feel free to delete if you don't think it is useful
Offline
When you modify the groups of the current user, they will not take effect until you log out and log back in (or reboot of course).
This situation with docker being moved to [community] was discussed on the mailing list last week. Because there was already a docker package, quite a bit of discussion took place as to how to move the old docker package to docker-tray so that the new docker could take that name.
Offline
I just installed docker from [community] and after starting the docker service
$ sudo systemctl start docker.serviceGive it a short bit to get all started up.
$ sudo docker search torrent
NAME DESCRIPTION STARS OFFICIAL TRUSTED
tianon/rtorrent 0 [OK]
chug/bittorrentsync Bittorrent Sync btsync https://github.com... 0
shykes/bittorrentsync 0 [OK]
angelrr7702/transmission Container with transmission web interface ... 1 [OK]Seems to work fine without any more detailed testing.
Scott
Edit: Works great! I did struggle for a bit trying to figure out why I had no network connection inside the containers...even though it was telling me why
Oops.
$ sudo sysctl net.ipv4.ip_forward=1Last edited by firecat53 (2013-12-13 00:07:35)
Offline
Great, thanks for the replies. Which mailing list are you talking about, btw?
Offline
That discussion was in arch-dev-public. See https://mailman.archlinux.org/mailman/listinfo/
Online
I would only make one addition. Maybe it was obvious to everyone else, but for me, this required a system reboot for it to take effect. As always, ymmv, but if you're getting a message about not being able to connect to the docker daemon:
Cannot connect to the Docker daemonand
ps -e | grep dockerreturns nothing, it might help to restart.
edit - grep the whole word "docker" for precision.
Last edited by mostlybob (2014-04-11 18:07:19)
Offline
Pages: 1