dockerfiles
dockerfiles copied to clipboard
my dockerfiles
Running the following fails due to certificate error: ``` $ pacman --noconfirm -Sy archlinux-keyring $ pacman --noconfirm -Syu $ pacman-db-upgrade $ pacman --noconfirm -S WHATEVER ``` ``` error: failed to...
## Dockerfile ``` #base/archlinux FROM scratch MAINTAINER Travis Cline ADD archlinux-2014.07.03.tar.xz / ``` ``` $ docker build -t "ml-coursera:dockerfile" . Sending build context to Docker daemon 3.072 kB Step 0...
Hi, Since yours is the "base" (therefore semi-oficial) container for Archlinux and due to the shellshock bash fixes, I think the containers for arch (and dev) should be updated to...
This may be a documentation issue (if I just need to have done something else), or an issue with the container. Running with the recommended "sudo docker pull base/chef-server ;...