vbatts / slackware-container

Minimal rootfs creation for slackware linux (ideal for container images)
https://hub.docker.com/r/vbatts/slackware
99 stars 28 forks source link

Fix broken link #1

Closed tibux closed 9 years ago

tibux commented 9 years ago

Hi,

Link to documentation and the httpd DockerFile are broken.

Regards, Thibaut.

tibux commented 9 years ago

When I try to build the httpd image, i have the following problem:

$ docker build . Sending build context to Docker daemon 2.56 kB Sending build context to Docker daemon Step 0 : FROM vbatts/slackware ---> c690ecccb770 Step 1 : MAINTAINER Vincent Batts vbatts@slackware.com ---> Using cache ---> cb1ad8209fb5 Step 2 : RUN slackpkg -batch=on -default_answer=y install httpd-2.4.6-x86_64-1 apr-util-1.5.1-x86_64-1 sqlite-3.7.17-x86_64-1 cyrus-sasl-2.1.23-x86_64-5 apr-1.4.6-x86_64-1 ---> Running in 78ac7e41b2b2

The package list is missing. Before you install|upgrade|reinstall anything you need to run:

# slackpkg update

---> 732b534b7459 Removing intermediate container 78ac7e41b2b2 Step 3 : RUN chmod +x /etc/rc.d/rc.httpd ---> Running in b777f5a97782 chmod: cannot access '/etc/rc.d/rc.httpd': No such file or directory 2014/11/29 13:38:31 The command [/bin/sh -c chmod +x /etc/rc.d/rc.httpd] returned a non-zero code: 1

vbatts commented 9 years ago

Hey! Thanks for this. I'm reviewing it now.

vbatts commented 9 years ago

/me didn't realize how long ago this was submitted :-\