News

Create the image by running the following command from the PiSQL directory: docker build -t prinsmike/pisql . Then run a container and bind to port 3306: docker run -d -p 3306:3306 prinsmike/pisql The ...