Skip to content
This repository has been archived by the owner on Sep 29, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyman authored Mar 28, 2017
1 parent 98fc3c4 commit e6fc020
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,15 @@ The software is designed to be run on a Docker container where a number of softw

### Building the Image

At the moment, the Docker image is not present on the Docker Hub, as a result, it needs to be built on the host device. Build instructions will be added here shortly.
At the moment, the Docker image is present on the Docker Hub as gtviples/verne, with the :latest tag pointing to the latest stable version here on master branch the repository and the :develop branch pointing to the develop branch. However, if you choose the build the image yourself from source, you may do so using the following command in the repository directory:

`docker build -t gtviples/verne`

Note that this step is completely optional and that it should be done only if no internet connectivity is available.

### Installing and Running

Once the image is built, a container must be created with this image and the correct parameters, including the unless-stopped restart policy and the correct volume links to any devices. Instructions will be added here shortly.
To run the project, a container must be created with this image and the correct parameters, including the unless-stopped restart policy and the correct volume links to any devices. Instructions will be added here shortly.

## Built With

Expand Down

0 comments on commit e6fc020

Please sign in to comment.