Skip to content

ale-alfaro/embedded-containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages