Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.01 KB

README.md

File metadata and controls

24 lines (15 loc) · 1.01 KB

Supported tags and respective Dockerfile links

Quick references

How to use this image

Docker

You can run a docker by using the Docker image directly, passing a docker command to docker run:

$ docker run -it --rm --name docker --privileged bauguste/docker:19.03.8 docker -v

$ docker run -it --rm --name docker -v "$(pwd)":/usr/data --privileged bauguste/docker:19.03.8 docker build /usr/data

Manifest tool

You can run a manifest-tool by using the Docker image directly, passing a manifest-tool command to docker run:

$ docker run -it --rm --name manifest-tool --privileged bauguste/docker:19.03.8 manifest-tool -v