BikeBike Docker Container Image for the Yellow Bike Database
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Jonathan Rosenbaum 8d3daf57d8 Long overdue updates for the new modern YBDB! 6 years ago
Dockerfile Long overdue updates for the new modern YBDB! 6 years ago
LICENSE Initial commit 10 years ago
README.md Corrects one markup error. 7 years ago
apache2.conf Finally available to the general public. 10 years ago
local_configurations.php Long overdue updates for the new modern YBDB! 6 years ago
mysql.conf Finally available to the general public. 10 years ago

README.md

YBDB

BikeBike Docker Container Image for Yellow Bike Dabtabase

Yellow Bike Project's Hours and Transaction Database.

Heavily developed YBP Devel is being utilized.

Pull the repository

docker pull bikebike/ybdb

Run the docker container

Publish the container's port to the host:

format: ip:hostPort:containerPort | ip::containerPort | hostPort:containerPort

docker run -d -p 81:80 --name="ybdb" bikebike/ybdb

Status

Moving along nicely!

How to test/develop inside the running container process

sudo docker exec -it ybdb /bin/bash

If it produces this error:

rpc error: code = 13 desc = invalid header field value "oci runtime error: exec failed: container_linux.go:247: starting container process caused \"process_linux.go:75: starting setns process caused \\\"fork/exec /proc/self/exe: no such file or directory\\\"\"\n"

then do this before attempting again:

docker stop ybdb
docker start ybdb