Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 832 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 832 Bytes

Dockerfiles for devcontainer

This repository includes Dockerfiles for creating containers which can be used for specific development on local environment. Those devcontainer images commonly use Ubuntu 20.04 based linux environment. Devcontainers created by this Dockerfile can be found on Dockerhub. https://hub.docker.com/r/insobi/devcontainer

What is a devcontainer?

Please refer to https://code.visualstudio.com/docs/remote/containers

Dockerfiles

  • IaC tools for Cisco ACI
    • Terraform 1.0.0
    • Terraform Provider: Ciscodevnet/aci
    • Ansible Collection: ciscodevnet/aci
    • Python 3.x
    • Etc.
  • Cisco DNAC Python SDK

troubleshoot

Resolve an error which is "qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory"

docker build --platform=linux/amd64 -t ...