Giter Site home page Giter Site logo

swim-docker-example's Introduction

swim-docker-example

This is a small example application demonstrating how to build a Java project into a Docker image using the Gradle docker plugin.

The application itself is composed of two parts:

  • A basic plane that stores some arbitrary information using a Value Lane and contains a Command Lane for updating it.
  • A client application that is used for reading and writing to the plane.

The Docker image exposes port 9001 as this is what the server is configured to use in the resources/server.recon configuration file.

This project can be built into a Docker image as follows:

./gradlew dockerBuildImage

$ docker image ls
REPOSITORY                       TAG                 IMAGE ID            CREATED             SIZE
org.swimos/swim-docker-example   1.4                 17d69579cdf8        1 second ago        342MB

Making a new release

  1. git tag -a v1.x -m "Release v1.x"
  2. git push --follow-tags

Note: Only annotated tags are currently supported by the rust build so making a relese through the UI will not work!

swim-docker-example's People

Contributors

dobromirm avatar sircipher avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.