Skip to content

Latest commit

 

History

6 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

embedded-containers

To build docker images

Command structure:

docker buildx bake -o, --output=[PATH,-,type=TYPE[,KEY=VALUE]

Output must be specified and has to be one of the supported types:

  • local
  • tar
  • oci
  • docker
  • image
  • registry

You can export multiple outputs by repeating the flag.

Locally (will only work for single platform images):

docker buildx bake ncs --set "*.output=type=image"
docker buildx bake --load #Will load into docker 

Push to registry:

docker buildx bake ncs --set "*.output=type=image"
docker buildx bake --push #Will load into docker 

Run the image in docker with:

docker run --rm -it [TAG | IMAGE_ID]

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages