Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 478 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 478 Bytes

bpkg-docker

This is a package placeholder for checking or installing Docker into a Linux server using bpkg

Install

bpkg install javanile/bpkg-docker
$ docker --version
Docker version 20.10.7, build 20.10.7-0ubuntu5~20.04.2

Usage

Create a file bpkg.json into your shell project with the follow

{
  .
  .
  "dependencies": {
    "javanile/bpkg-docker": "20.0.0"
  }
  .
  .
}

With this you have Docker into your system