Docker-remote is a wrapper for docker-compose to manage compositions on a remote machine easily.
Project description
Docker Remote
=============
|image0| *Note: This is work in progress software.*
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.
::
$ 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>
.. |image0| image:: docs/logo.png
=============
|image0| *Note: This is work in progress software.*
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.
::
$ 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>
.. |image0| image:: docs/logo.png
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.0.tar.gz
(12.4 kB
view details)
File details
Details for the file docker-remote-1.0.0.tar.gz
.
File metadata
- Download URL: docker-remote-1.0.0.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4daf3b90f31978c81f87c3430ccd2de653ae72082b147e1e8f1714ef1a36690b |
|
MD5 | 91ad54a4961397e7d68ecc58b1695f95 |
|
BLAKE2b-256 | aecddf958333a1b5007f6bb5ac3bdde1d3c64ee5fc50f7636e481b9150c09726 |