Sign inSign up

rravir/apicappbuild

By rravir

Updated almost 8 years ago

APIC App Build Environment as a container..

Image
0

53

rravir/apicappbuild repository overview

To Build App for Cisco APIC - you need a specific set of environment - it is all pre-installed in this container. To do the build follow these steps:

docker run -it -v /var/run/docker.sock:/var/run/docker.sock -v /tmp:/mytmp \
    -e http_proxy=http://proxy.esl.cisco.com:8080 \
    -e https_proxy=http://proxy.esl.cisco.com:8080 \
    -e no_proxy=localhost,127.0.0.1,198.18.134.1 \
    rravir/apicappbuild:1.0 bash

Spawn a container based on image #1 - note the mounting of /var/run/docker.sock - this IS mandatory - since it requires access to a docker daemon (to do docker build)

Inside the container, do git clone or whatever step needed to bring the app code.

This container has been verified on ubuntu 16.04.

Tag summary

Content type

Image

Digest

Size

910.1 MB

Last updated

almost 8 years ago

docker pull rravir/apicappbuild:1.0