* Changed docker builds
* `clixon-test` built in `docker/test`
* Renamed from `clixon-system` built in `docker/main`
* `clixon-example` built in `docker/example`
* Added netconf ssh subsystem
* Renamed from `clixon` built in `docker/base`
* Added ietf-yang-schema-mount@2019-01-14.yang
This commit is contained in:
parent
571e26e0d6
commit
61e2f014be
30 changed files with 14044 additions and 2634 deletions
7
docker/example/cleanup.sh
Executable file
7
docker/example/cleanup.sh
Executable file
|
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Kill all controller containers (optionally do `make clean`)
|
||||
sudo docker kill clixon-example 2> /dev/null # ignore errors
|
||||
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue