This is an old revision of the document!
1.- VIA UI (OR TF) START INSTANCE AND ATTACH STORAGE
2. AND 3. IN PARALLEL
2.- Install docker and move it to external storage
sudo apt install docker.io
service docker stop
cat > /etc/docker/daemon.json
{
"data-root": "/root/mnt/dockestuff"
}
service docker start
docker import /root/mnt/....cEOS dsfsd
3.- Install rest of packages:
sudo apt install python3-pip -y sudo python3 -m pip install netsim-tools netlab install ubuntu ansible git clone https://github.com/jotasantos/netsim-labs.git
4.- jump into the folder and all ready
containerlab deploy -t clab.yml