Skip to content

Wayproyect/dind

Repository files navigation

dind

Docker in Docker image with ssh connection

Credentials

Default credentials are root:root

Build

docker build -f amd64.dockerfile -t docker-registry.wayproyect.com/dind:amd64 .
docker build -f arm32v7.dockerfile -t docker-registry.wayproyect.com/dind:arm .

Push

docker push docker-registry.wayproyect.com/dind:arm
docker push docker-registry.wayproyect.com/dind:amd64

Manifest

docker manifest create
    docker-registry.wayproyect.com/dind
    docker-registry.wayproyect.com/dind:amd64
    docker-registry.wayproyect.com/dind:arm

About

Docker in Docker image with ssh connection

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published