Sign inSign up

hiorgserver/hiorgtest

By hiorgserver

•Updated over 4 years ago

run automated tests in php/mysql environment

Image
0

10K+

hiorgserver/hiorgtest repository overview

⁠hiorgtest

Docker container to run tests in php/mysql environment

⁠Run the container

You can fetch the image from dockerhub⁠ and run the container with:

docker run -it --rm hiorgserver/hiorgtest /bin/sh

⁠Build container locally

First clone this repository:

git clone https://github.com/hiorgserver/hiorgtest
cd hiorgtest

Then build the docker image (we name it hiorgtest):

docker build -t hiorgtest .

Then you can run the container:

docker run -it --rm hiorgtest /bin/sh

⁠Push the image to docker hub

First build the image and get the image id with docker images.

Then rename the docker image and optionally add a specific tag: docker tag d9c8d3b75749 hiorgserver/hiorgtest[:tag]

Finally push the images to dockerhub: docker push hiorgserver/hiorgtest[:tag]

Tag summary

Content type

Image

Digest

Size

369.3 MB

Last updated

over 5 years ago

docker pull hiorgserver/hiorgtest