All Projects → play-with-docker → Docker Machine Driver Pwd

play-with-docker / Docker Machine Driver Pwd

Docker machine PWD driver

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Docker Machine Driver Pwd

Docker Machine Driver Hetzner
Docker machine driver for the new hetzner cloud API
Stars: ✭ 308 (+470.37%)
Mutual labels:  driver, machine
Php Ml
PHP-ML - Machine Learning library for PHP
Stars: ✭ 7,900 (+14529.63%)
Mutual labels:  machine
Nexrender
📹 Data-driven render automation for After Effects
Stars: ✭ 946 (+1651.85%)
Mutual labels:  machine
Kfreestyle2d
Unofficial Kinesis Freestyle 2 Userspace Linux Driver
Stars: ✭ 41 (-24.07%)
Mutual labels:  driver
Hdbc Mysql
This package provides a MySQL driver for Haskell's HDBC library, implemented via bindings to the C mysqlclient library.
Stars: ✭ 29 (-46.3%)
Mutual labels:  driver
Laravel Dropbox Driver
A storage extension for Dropbox.
Stars: ✭ 42 (-22.22%)
Mutual labels:  driver
Cryptoinscriber
📈 A live cryptocurrency historical trade data blotter. Download live historical trade data from any cryptoexchange, be it for machine learning, backtesting/visualizing trading strategies or for Quantopian/Zipline.
Stars: ✭ 27 (-50%)
Mutual labels:  machine
Biota
A simple database framework for Fauna
Stars: ✭ 54 (+0%)
Mutual labels:  driver
Couchdb Net
EF Core-like CouchDB experience for .NET!
Stars: ✭ 50 (-7.41%)
Mutual labels:  driver
Gpt2 Telegram Chatbot
GPT-2 Telegram Chat bot
Stars: ✭ 41 (-24.07%)
Mutual labels:  machine
Kitchen Terraform
Test Kitchen plugins for testing Terraform configurations
Stars: ✭ 963 (+1683.33%)
Mutual labels:  driver
Androidthings Drivers
Android Things open source peripheral drivers
Stars: ✭ 30 (-44.44%)
Mutual labels:  driver
React Antd Admin Template
一个基于React+Antd的后台管理模版,在线预览https://nlrx-wjc.github.io/react-antd-admin-template/
Stars: ✭ 1,022 (+1792.59%)
Mutual labels:  driver
Rapping Neural Network
Rap song writing recurrent neural network trained on Kanye West's entire discography
Stars: ✭ 951 (+1661.11%)
Mutual labels:  machine
Faunadb Jvm
Scala and Java driver for FaunaDB
Stars: ✭ 50 (-7.41%)
Mutual labels:  driver
Ds4 driver
DualShock 4 driver for ROS
Stars: ✭ 28 (-48.15%)
Mutual labels:  driver
Clj Odbp
A Clojure driver for OrientDB binary protocol
Stars: ✭ 31 (-42.59%)
Mutual labels:  driver
Ludwig
Data-centric declarative deep learning framework
Stars: ✭ 8,018 (+14748.15%)
Mutual labels:  machine
Nodejs Driver
DataStax Node.js Driver for Apache Cassandra
Stars: ✭ 1,074 (+1888.89%)
Mutual labels:  driver
Hfsfuse
FUSE driver for HFS+ filesystems
Stars: ✭ 53 (-1.85%)
Mutual labels:  driver

docker-machine-pwd-driver

Docker machine PWD driver

Getting started

This driver tricks machine and allows to create / remove play-with-docker instances remotely.

Before using it please make sure of the following:

  • Create a session in PWD and set PWD_URL env variable or use --pwd-url flag when creating an instance

Installing

Easy way

Download the release bundle from the releases section and place the binary that corresponds to your platform it somewhere in your PATH

Hard way

Use go get github.com/play-with-docker/docker-machine-driver-pwd and make sure that docker-machine-driver-pwd is located somwhere in your PATH

Usage

Creating an instance:

# Create a session in play-with-docker.com and set the PWD_URL env variable
docker-machine create -d pwd --pwd-url <pwd_url> node1
eval $(docker-machine env node1)
docker ps

Alternatively you can set the env variable PWD_URL to avoid passing it as a flag every time.

Remove an instance

docker-machine rm -f node1

Development

For local development it's necessary to set PWD_PORT, PWD_HOSTNAME and PWD_SSL_PORT accordingly to use with local PWD.

i.e:

export PWD_PORT=3000
export PWD_SSL_PORT=3001
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].