Bike database interface
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 4a1c1e154c Update README.md 8 years ago
Dockerfile Docker for bike-database. 8 years ago
Gemfile Docker for bike-database. 8 years ago
LICENSE Docker for bike-database. 8 years ago
README.md Update README.md 8 years ago
bike-database.conf Docker for bike-database. 8 years ago
database.yml Docker for bike-database. 8 years ago

README.md

##Bike Database##

BikeBike Docker Container Image for Bike Database

The Bikes and Clients database is used by Recyclery staff and volunteers to track bikes and by our partner organizations to request a free bike for their clients.

##Pull the repository

docker pull bikebike/bike-database

##Run the docker container

Publish the container's port to the host:

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

docker run -d -p 3000:3000 --name=bike-database" bikebike/bikedatabase

##Password

Password is Coming Soon for Coming Soon and Coming Soon.

##How to test/develop inside the running container process

This method uses nsenter. Check out jpetazzo/nsenter on GitHub.

sudo PID=$(docker inspect --format {{.State.Pid}} <container_name_or_ID>)
sudo nsenter --target $PID --mount --uts --ipc --net --pid