Skip to content

docker file (and a testing/quick deploying script) for connect-platform

Notifications You must be signed in to change notification settings

CONNECT-platform/connect-platform-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

connect-platform-docker

docker file (and a testing/quick deploying script) for CONNECT platform. for building the image and running it, just do the following:

  1. make sure you have docker engine installed.
  2. create a folder and cd there.
  3. git clone https://github.com/loreanvictor/connect-platform-docker.git
  4. chmod +x ./just
  5. ./just build
  6. ./just run

full list of commands:

build

./just build

well, builds an image based on the dockerfile :)

run

./just run

runs the image built with ./just build

kill

./just kill

kills any containers that were started by ./just run

shell

./just shell

connects to the container started by ./just run

clean

./just clean

kills everything and cleans built images.


and also:

  • 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.

About

docker file (and a testing/quick deploying script) for connect-platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published