docker file (and a testing/quick deploying script) for CONNECT platform. for building the image and running it, just do the following:
- make sure you have docker engine installed.
- create a folder and
cd
there. git clone https://github.com/loreanvictor/connect-platform-docker.git
chmod +x ./just
./just build
./just run
./just build
well, builds an image based on the dockerfile :)
./just run
runs the image built with ./just build
./just kill
kills any containers that were started by ./just run
./just shell
connects to the container started by ./just run
./just clean
kills everything and cleans built images.
- checkout CONNECT platform on git.
- this is a super early-stage project, but if you want to give feedback, any feedback, be it an idea, improvement, or a super minor issue you've had with the platform, just write to me.