|
1 year ago | |
---|---|---|
etc | 1 year ago | |
home | 3 years ago | |
Dockerfile | 1 year ago | |
README.md | 4 years ago |
Build it:
docker build -t bugzilla4intranet .
Run it:
docker run --name bz4i -p 8158:8157 -v /home/data -t -d bugzilla4intranet
Then point your browser to localhost:8158, login as admin@bugzilla.4intra.net with ‘bugzilla’ password and configure your Bugzilla.
Please note that you should probably use SMTP to send email from inside of a Docker container.
You can take example nginx configuration for proxying Bugzilla4Intranet from this repo: etc/nginx/sites-available/bugzilla4intranet
Some basic commands to work with the resulting container:
docker ps
docker ps -a
docker images
docker stop mw4i
docker start mw4i
docker exec -it mw4i bash
docker rm <container_id>
docker rmi <image_id>
P.S: If you get “Cannot connect to the Docker daemon. Is the docker daemon running on this host?” error,
add your system user into docker
group and relogin!