Docker-remote is a wrapper for docker-compose to manage compositions on a remote machine easily.
Project description
Docker Remote
=============
.. figure:: docs/logo.png
:alt:
Remote is a tool for managing Docker applications via
`Compose <https://github.com/docker/compose>`__ on another machine. It
uses SSH tunnels to connect your Docker and Docker Compose client with
your Docker Host. It is useful as an alternative to
`Machine <https://docs.docker.com/machine/>`__ or to deploy an app on a
server without manually loggin in via SSH.
::
$ docker-remote shell
Setting up a docker-compose alias...
$ alias && echo $DOCKER_HOST
alias docker-compose='docker-remote compose'
tcp://localhost:2375
$ cat docker-compose.yml
version: '3.4'
services:
web:
image: nginx
x-docker-remote:
project:
name: myapp
$ docker-compose up --build --detach
$ docker ps
Check out the `Documentation <docs/>`__ for installation instructions
and tutorials.
**Features**
- Allows you to compose and manage applications remotely
- Pre-processes your Docker Compose configuration in order to place all
named and relative volume names inside a project directory.
- Ability to automatically add a ``dockerhost`` hostname to
``/etc/hosts`` for all or selected services
--------------
.. raw:: html
<p align="center">
Copyright © 2018 Niklas Rosenstein
.. raw:: html
</p>
=============
.. figure:: docs/logo.png
:alt:
Remote is a tool for managing Docker applications via
`Compose <https://github.com/docker/compose>`__ on another machine. It
uses SSH tunnels to connect your Docker and Docker Compose client with
your Docker Host. It is useful as an alternative to
`Machine <https://docs.docker.com/machine/>`__ or to deploy an app on a
server without manually loggin in via SSH.
::
$ docker-remote shell
Setting up a docker-compose alias...
$ alias && echo $DOCKER_HOST
alias docker-compose='docker-remote compose'
tcp://localhost:2375
$ cat docker-compose.yml
version: '3.4'
services:
web:
image: nginx
x-docker-remote:
project:
name: myapp
$ docker-compose up --build --detach
$ docker ps
Check out the `Documentation <docs/>`__ for installation instructions
and tutorials.
**Features**
- Allows you to compose and manage applications remotely
- Pre-processes your Docker Compose configuration in order to place all
named and relative volume names inside a project directory.
- Ability to automatically add a ``dockerhost`` hostname to
``/etc/hosts`` for all or selected services
--------------
.. raw:: html
<p align="center">
Copyright © 2018 Niklas Rosenstein
.. raw:: html
</p>
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
docker-remote-1.0.1.tar.gz
(12.6 kB
view details)
File details
Details for the file docker-remote-1.0.1.tar.gz
.
File metadata
- Download URL: docker-remote-1.0.1.tar.gz
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8190990198653a22d524107bb8f6f01e05695b2ca191b69a30bb172ab95d59a7 |
|
MD5 | e5ab0bd2579b2cdb48eee11356aa53ff |
|
BLAKE2b-256 | 16da5e8f7e3c3bb328bc41f4d1aec79bca6b50795cd19a2045e3ee5ce6572e37 |