AProx :: Docker Utilities

CommonJava top-level parent POM.

Лицензия

Лицензия

Категории

Категории

Docker Контейнер Виртуализация
Группа

Группа

org.commonjava.aprox.docker
Идентификатор

Идентификатор

aprox-docker-utils
Последняя версия

Последняя версия

0.22.0-1
Дата

Дата

Тип

Тип

pom
Описание

Описание

AProx :: Docker Utilities
CommonJava top-level parent POM.
Ссылка на сайт

Ссылка на сайт

https://github.com/Commonjava/aprox-docker
Система контроля версий

Система контроля версий

https://github.com/Commonjava/aprox-docker

Скачать aprox-docker-utils

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.commonjava.aprox.docker/aprox-docker-utils/ -->
<dependency>
    <groupId>org.commonjava.aprox.docker</groupId>
    <artifactId>aprox-docker-utils</artifactId>
    <version>0.22.0-1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.commonjava.aprox.docker/aprox-docker-utils/
implementation 'org.commonjava.aprox.docker:aprox-docker-utils:0.22.0-1'
// https://jarcasting.com/artifacts/org.commonjava.aprox.docker/aprox-docker-utils/
implementation ("org.commonjava.aprox.docker:aprox-docker-utils:0.22.0-1")
'org.commonjava.aprox.docker:aprox-docker-utils:pom:0.22.0-1'
<dependency org="org.commonjava.aprox.docker" name="aprox-docker-utils" rev="0.22.0-1">
  <artifact name="aprox-docker-utils" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.commonjava.aprox.docker', module='aprox-docker-utils', version='0.22.0-1')
)
libraryDependencies += "org.commonjava.aprox.docker" % "aprox-docker-utils" % "0.22.0-1"
[org.commonjava.aprox.docker/aprox-docker-utils "0.22.0-1"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

Docker Utilities and Image Files for Indy

This repository contains a set of init scripts for setting up indy docker containers of three flavors:

  • A stripped-down volumes container (init-indy-volumes)
  • An Indy server container meant to work with the volume container (init-indy-server)
  • A standalone Indy server container (init-indy-server-no-vols)

You can run any of the above scripts with -h to see the available options.

It also contains an autodeploy script (./scripts/autodeploy-indy-server) that you can add to your cron jobs, to autodeploy an Indy tarball in dev-mode. Systemd scripts are provided in the systemd/ directory, for maintaining active Indy containers, with one service definition for each of the init scripts above.

Finally, it contains the docker image source materials (Dockerfile + supporting scripts) for the two basic image types (server and volume container).

Quickstart for CentOS 7

This is intended to be more or less a list of instructions for you to run. It would take a bit more effort to turn it into a really functional script:

#!/bin/bash

yum -y update
yum -y install epel-release
yum -y install docker tree lsof python-lxml python-httplib2
systemctl enable docker
systemctl start docker

# ./scripts/init-indy-volumes -h
./scripts/init-indy-volumes

# ./scripts/init-indy-server -h
./scripts/init-indy-server -p 80 -q

#Or, if you want, you can leave off the '-q' option and watch the server come up
#...then use CTL-C to exit the tty (the container will keep running)

cp systemd/indy-volumes.service systemd/indy.service /etc/systemd/system
systemctl enable indy-volumes indy

docker stop indy indy-volumes
systemctl start indy-volumes
systemctl start indy

# Use this to see the server log as it starts up, to make sure it boots properly.
journalctl -f
org.commonjava.aprox.docker

Red Hat NOS

Middleware pipeline content management projects

Версии библиотеки

Версия
0.22.0-1
0.19.2-3
0.19.2-2
0.19.2-1
0.19.1-3
0.19.1-2
0.19.1-1
0.19.1