Replies: 2 comments
-
Hi! for 1) you should make use of for 2) this is not how things work... We embed artifacts into the containerlab binary instead of loading them dynamically from the files on a filesystem |
Beta Was this translation helpful? Give feedback.
-
Hi hellt ! for 2) this is not how things work... We embed artifacts into the containerlab binary instead of loading them dynamically from the files on a filesystem
Again, containerlab is fun to play with ! |
Beta Was this translation helpful? Give feedback.
-
1. Auto tag version number when manual build, or better guide for manual build ?
the var section in file cmd/version.go :
var (
version = "0.0.0" << version is set 0.0.0 so when manual build will have issue with some tools, example netlab
commit = "none"
date = "unknown"
)
Example output below, when "git clone" follow by "go build"
root@ubuntu22netlab:~/clab_build/containerlab# ./containerlab version
/ / _ | \ | | |/ \ | _| \ | | ___| _ | | __ | |
| | | | | | | | | | / _ \ | || | | | | |) | |/ ` | ' \
| || || | |\ | | |/ ___ \ | || |\ | || _ <| | (| | |) |
__/|| _| |// __|_| _|_|| __|_,|./
rel. notes: https://containerlab.dev/rn/0.0/
##################################################################################
2. Copy /nodes dir and subdir/files... to /etc/containerlab/, similar to lab-examples/
Reason:
Sorry for my bad English :)
Beta Was this translation helpful? Give feedback.
All reactions