Skip to content
This repository has been archived by the owner on Dec 19, 2018. It is now read-only.
/ docker-doctl Public archive

[DEPRECATED] Dockerized version of Digital Ocean's doctl

Notifications You must be signed in to change notification settings

francolaiuppa/docker-doctl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

This repo has been DEPRECATED

The doctl repo provides a Dockerfile to build the image since version 1.6.0. See digitalocean/doctl#146 for more info.

doctl

This is a Dockerized version of Digital Ocean's doctl.

Available image tags

  • 1.6.0
  • 1.4.0

How to use it?

You need to set an env var DIGITALOCEAN_ACCESS_TOKEN, which you can get from the Applications & API.

docker run -it --rm -e DIGITALOCEAN_ACCESS_TOKEN="your_token_goes_here" francolaiuppa/doctl

Alternatively, you could also mount a .dotctlcfg to /root/.dotctlcfg with contents:

access_token: YOUR_TOKEN_HERE

Feedback

Found a bug? Have a PR? Please track it on GitHub Issues: francolaiuppa/docker-doctl/issues.

About

[DEPRECATED] Dockerized version of Digital Ocean's doctl

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published