Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/octopusden/octopus-test


https://github.com/octopusden/octopus-test

docker gradle hybrid-flow maven public-flow sonatype-nexus

Last synced: about 19 hours ago
JSON representation

Awesome Lists containing this project

README

        

# octopus-test
Tests for Octopus project

## DOCKER

# Start docker from a terminal

First step
```shell
docker login
```

To build a image
```shell
docker build -t /:[tag] -f docker/Dockerfile .
```

To publish
```shell
docker push /:[tag]
```