...
Code Block |
---|
docker run --detach --env SDNRWT="true" oof-pci/ccsdk-odlwt-alpine-image:latest sdnr |
- Attay Attach to UX Web GUI by using browser http://172.17.0.2:8181/index2.html with user/password = admin/admin
- docker ps should show a single running container and shows its CONTAINERID
- docker inspect CONTAINERID gives IP adress to be used. In the example 172.17.0.2
Login to docker container command line with name "sdnr"
Code Block |
---|
docker exec -t -i "sdnr" /bin/bash -c 'TERM=xterm exec /bin/bash' |
...