The official Httpd docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current Httpd docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
The Apache HTTP Server, colloquially called Apache, is a Web server application notable for playing a key role in the initial growth of the World Wide Web. Originally based on the NCSA HTTPd server, development of Apache began in early 1995 after work on the NCSA code stalled. Apache quickly overtook NCSA HTTPd as the dominant HTTP server, and has remained the most popular HTTP server in use since April 1996.
Learn more on Httpd Website.
The tag of each httpd docker image is consist of the version of httpd and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 2.4.68-oe2403sp4 | httpd 2.4.68 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 2.4.66-oe2403sp4 | httpd 2.4.66 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 2.4.66-oe2403sp2 | httpd 2.4.66 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 2.4.51-oe2203lts | Apache HTTP Server 2.4.51 on openEuler 22.03-LTS | amd64, arm64 |
| 2.4.58-oe2203sp3 | Apache HTTP Server 2.4.58 on openEuler 22.03-LTS-SP3 | amd64, arm64 |
| 2.4.62-oe2203sp1 | Apache HTTP Server 2.4.62 on openEuler 22.03-LTS-SP1 | amd64, arm64 |
| 2.4.62-oe2203sp3 | Apache HTTP Server 2.4.62 on openEuler 22.03-LTS-SP3 | amd64, arm64 |
| 2.4.62-oe2203sp4 | Apache HTTP Server 2.4.62 on openEuler 22.03-LTS-SP4 | amd64, arm64 |
| 2.4.62-oe2403lts | Apache HTTP Server 2.4.62 on openEuler 24.03-LTS | amd64, arm64 |
| 2.4.65-oe2403sp2 | Apache HTTP Server 2.4.65 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
In this usage, users can select the corresponding {Tag} and container startup options based on their requirements.
Pull the openeuler/httpd image from docker
docker pull openeuler/httpd:{Tag}
Start a httpd instance
docker run -d --name my-httpd -p 80:80 openeuler/httpd:{Tag}
After the instance my-httpd is started, access the httpd service through http://localhost:80.
Container startup options
| Option | Description |
|---|---|
-p 80:80 | Expose httpd on localhost:8080. |
-v /local/path/to/website:/var/www/html | Mount the local website path /var/www/html. |
-v /path/to/httpd.conf:/usr/local/apache2/conf/httpd.conf | Local configuration file httpd.conf. |
View container running logs
docker logs -f my-httpd
To get an interactive shell
docker exec -it my-httpd /bin/bash
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
Content type
Image
Digest
sha256:dea5d2536…
Size
205.9 MB
Last updated
1 day ago
docker pull openeuler/httpdPulls:
35
Sep 7 to Sep 13