https://github.com/nomaster/docker-machine-docker
Docker image for docker-machine
https://github.com/nomaster/docker-machine-docker
Last synced: 9 months ago
JSON representation
Docker image for docker-machine
- Host: GitHub
- URL: https://github.com/nomaster/docker-machine-docker
- Owner: nomaster
- License: mit
- Created: 2018-05-03T15:08:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T17:59:47.000Z (about 2 years ago)
- Last Synced: 2025-02-16T04:23:41.195Z (11 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/nomaster/docker-machine/
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker Machine
## Description
This is an image for [Docker Machine](https://github.com/docker/machine/) - built for your convenience!
## Usage
Put your credentials into a `.env` file in your home directory.
Example for Digital Ocean:
```
DIGITALOCEAN_ACCESS_TOKEN=
DIGITALOCEAN_IMAGE=coreos-stable
DIGITALOCEAN_SIZE=s-1vcpu-1gb
DIGITALOCEAN_REGION=fra1
DIGITALOCEAN_SSH_USER=core
DIGITALOCEAN_TAGS=docker
```
Run this command on any host that has Docker installed:
```
docker run --user $UID:$GID --rm --interactive --tty --env-file=$HOME/.env --volume $HOME/.docker:/.docker nomaster/docker-machine
```