https://github.com/connect-platform/connect-platform-docker
docker file (and a testing/quick deploying script) for connect-platform
https://github.com/connect-platform/connect-platform-docker
Last synced: 26 days ago
JSON representation
docker file (and a testing/quick deploying script) for connect-platform
- Host: GitHub
- URL: https://github.com/connect-platform/connect-platform-docker
- Owner: CONNECT-platform
- Created: 2018-07-16T16:28:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-21T11:30:00.000Z (almost 6 years ago)
- Last Synced: 2025-05-30T16:25:45.437Z (10 months ago)
- Language: Dockerfile
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# connect-platform-docker
docker file (and a testing/quick deploying script) for [CONNECT platform](https://loreanvictor.github.io/connect-platform/).
for building the image and running it, just do the following:
1. make sure you have [docker engine installed](https://www.docker.com/community-edition).
1. create a folder and `cd` there.
1. `git clone https://github.com/loreanvictor/connect-platform-docker.git`
1. `chmod +x ./just`
1. `./just build`
1. `./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](https://github.com/loreanvictor/connect-platform).
- 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.