https://github.com/codelibs/docker-sphinx-build
https://github.com/codelibs/docker-sphinx-build
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codelibs/docker-sphinx-build
- Owner: codelibs
- License: apache-2.0
- Created: 2017-11-03T08:10:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-12-19T01:13:40.000Z (over 5 years ago)
- Last Synced: 2025-01-28T10:36:54.871Z (over 1 year ago)
- Language: Dockerfile
- Size: 4.88 KB
- Stars: 2
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Sphinx Build Environment for Docker
## Build Docker Image
```
docker build --rm -t ghcr.io/codelibs/sphinx-build .
```
## Run Docker Image
```
docker run -i -t --rm -v :/docs/ ghcr.io/codelibs/sphinx-build:latest
```
### Push Latest Image
```
docker push ghcr.io/codelibs/sphinx-build:latest
```
### Push Release Images
```
docker tag ghcr.io/codelibs/sphinx-build ghcr.io/codelibs/sphinx-build:1.0.0
docker push ghcr.io/codelibs/sphinx-build:1.0.0
```