docker-alpine icon indicating copy to clipboard operation
docker-alpine copied to clipboard

Alpine based images for Docker - Fundamental ones

Results 8 docker-alpine issues
Sort by recently updated
recently updated
newest added

Latest upstream changes.

The `run.sh` script attempts to tail the lighttpd logs: ``` # display logs tail -F /var/log/lighttpd/*log & ``` But tat the time this script runs, these log files don't exist,...

I'm not sure why this happens for me. Running these: docker run --rm -p 80:80 -v $(pwd):/usr/local/apache2/htdocs/ httpd:alpine docker run --rm -p 80:80 -v $(pwd):/var/www/html php:5-apache I have no problem...

"Repository Links" is available on Docker Hub "Build Settings", so your images will be always built on the latest available base image.

If you specify a volume in Dockerfile, it would be impossible to remove/override it using command line options. Moreover, it would leave dangling volumes for inexperienced users and users of...

In `scripts/run.sh` for the `alpine-rt` image, this will never work... ``` echo "Set(\$DatabasePassword, '$DB_ENV_POSTGRESS_PASSWORD');" > ``` ...because of the extra `S` in `POSTGRESS`.

It looks as if the alpine-rt image has configuration issues. When started as: ``` docker run -it k0st/alpine-rt ``` And then connecting to: ``` http:/// ``` There are 404 errors...