Skip to content

beginner-academy/docker-extension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Extension

Installation of Docker Desktop Extension

The Docker Desktop extension framework is currently in Beta and therefore, these instructions will change as this matures into the Stable release cycle.

In the future, you'll be able to execute the commands docker extension by default but, at the moment this requires manual configuration.

Download the docker-extension binary from https://github.com/docker/extensions-sdk/releases/tag/v0.2.4 and then configure as a plugin using the steps outlined here - https://docs.docker.com/desktop/extensions-sdk/#prerequisites (essentially, moving the docker-extension file to ~/.docker/cli-plugins).

Once complete, from this repository (if you want to build locally) you should be able to use the following commands -

List Docker extension

docker extension ls
# docker should be up and running. 

If you wish to build the extension yourself

make build-extension
# or alternatively, if you haven't got make run: docker build --tag=beginneracademy/docker-extension:latest . 

Installation

docker extension install beginneracademy/docker-extension:latest

Removal

docker extension uninstall beginneracademy/docker-extension:latest

About

Docker Desktop Extension

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 51.7%
  • JavaScript 34.3%
  • HTML 11.6%
  • Makefile 1.1%
  • Other 1.3%