Skip to content
This repository was archived by the owner on Jan 10, 2023. It is now read-only.
/ docker Public archive

Builds a docker images for the Sirko Engine

Notifications You must be signed in to change notification settings

sirko-io/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sirko docker

This repository keeps:

  • a Dockerfile for building a docker image for the Sirko Engine
  • an example of a docker-compose.yml file to launch the Sirko Engine along with Neo4j.

The documentation describing how to use the docker image can be found here.

Building a new image

  1. Download the latest version of the Sirko Engine:

    $ wget https://github.com/sirko-io/engine/releases/download/v0.5.0/sirko.tar.gz
    
  2. Build an image:

    IMPORTANT: Don't forget to update the version in the example below.

    $ sudo docker build -t dnesteryuk/sirko:0.5.0 -t dnesteryuk/sirko:latest .
    
  3. Push the built image to the Docker hub:

    $ sudo docker push dnesteryuk/sirko:0.5.0
    $ sudo docker push dnesteryuk/sirko:latest
    

About

Builds a docker images for the Sirko Engine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published