/docker-docl

Dockerfile for build a docker image based on Alpine Linux with DOCL (Digital Ocean command line)

BSD 2-Clause "Simplified" LicenseBSD-2-Clause

Docker DOCL image - Digital Ocean command line

Lightweight Alpine Linux with docl tool installed. This image is based on the lightweight Alpine Linux with the following packages installed:

Usage

To build a image based on this dockerfile:

# git clone git@github.com:joaquindlz/docker-docl.git
# cd docker-docl
# docker build -t docl .

To get the builded image from Docker Hub, execute the following command:

# docker pull joaquindlz/docl

Running a new container based on joaquindlz/docl

Start your container:

# docker run -ti --name docl -h docl joaquindlz/docl

Test docl:

/ # docl authorize
You'll need to enter your DigitalOcean Private Access Token.
To be able to create / modify droplets, it needs to be read / write.
You can create a token on the DO website vite the Apps & API menu.
Enter your DO Token:

Repositories

Github repository (for Dockerfile):

https://github.com/joaquindlz/docker-docl

Docker Hub repository (automated builds):

https://github.com/joaquindlz/docker-docl

More information

Based on Alpine Linux and DOCL Digital Ocean Command Line