Searched full:docker (Results 1 – 15 of 15) sorted by relevance
2 the network test applications Docker container provided by the 'net-tools'9 As a prerequisite it is assumed that Docker is installed and that the10 'net-tools' Docker container has been created, see the first bullet point11 at the net-tools Docker README file12 https://github.com/zephyrproject-rtos/net-tools/blob/master/README.docker.16 * Install Docker19 * cd docker/20 * Run 'docker build -t net-tools .'22 This creates a Docker image called 'net-tools' which the script will need as48 The Docker container and a corresponding 'net-tools0' Docker network is started[all …]
14 docker_test_script_name=docker-test.sh84 if ! docker image ls | grep "$image" > /dev/null; then85 echo "Docker image '$image' not found" >&289 if ! docker network ls | grep "$network" > /dev/null; then91 --config "$NET_TOOLS_BASE/docker.conf" \94 echo "Could not start Docker network '$network'" >&298 echo "Started Docker network '$network' bridge interface" \106 if docker ps | grep "$name" > /dev/null; then107 docker stop "$name"110 if docker run --hostname=$name --name=$name $addresses \[all …]
19 ### Run Lehan server from net-tools Docker container21 Zephyr's net-tools Docker container already contains Leshan, so if you don't want to set the enviro…22 use the pre-made docker.24 First, build the docker container. You only need to do this one, or when you update the container.26 cd tools/net-tools/docker27 docker build -t net-tools .30 Start the docker networking33 sudo ./net-setup.sh --config docker.conf start36 Start the docker container and run leshan38 docker run --hostname=net-tools --name=net-tools --ip=192.0.2.2 --ip6=2001:db8::2 -p 8080:8080 -p 8…[all …]
48 You will also need to start an MQTT-SN gateway. A convenience Docker Compose specification file55 $ ./net-setup.sh --config docker.conf57 Then bring up the Docker environment in a separate terminal window with:62 $ docker compose up65 from source - see `PAHO MQTT-SN Gateway`_ - or run an unofficial docker image, l69 .. _kyberpunk/paho: https://hub.docker.com/r/kyberpunk/paho77 Then, in another window, start the gateway, e.g. by using docker:81 …$ docker run -it -p 10000:10000 -p 10000:10000/udp --name paho -v $PWD/gateway.conf:/etc/paho/gate…
234 - Install the OTBR (OpenThread Border Router) docker container on your HOST PC (x86_64)244 …sudo docker network create --ipv6 --subnet fd11:db8:1::/64 -o com.docker.network.bridge.name=otbr0…247 2. Pull docker container for OTBR:251 docker pull nrfconnect/otbr:84c6aff254 3. Start the docker image:259 …sudo docker run -it --rm --privileged --name otbr --network otbr -p 8080:80 --sysctl "net.ipv6.con…277 5. Start the console to the docker image:281 sudo docker exec -it otbr /bin/bash
59 /* This will let the Docker process to start listening */ in main()86 /* We get here when doing Docker based testing */ in main()
10 # Running gPTP sample using Docker testing
10 # Running PTP sample using Docker testing
15 Like ``git`` and ``docker``, the top-level ``west`` command takes some common
63 Step 3: Start the hawkBit Docker70 sudo docker run -p 8080:8080 hawkbit/hawkbit-update-server:latest \
90 UpdateHub-CE is distributed as a docker container and can be on your local92 To start using the UpdateHub-CE simple execute the docker command with the97 docker run -it -p 8080:8080 -p 5683:5683/udp --rm
262 # Misc helpers taken from Docker:263 # https://github.com/docker/docker-ce/blob/master/components/cli/contrib/completion/bash/docker
686 * Fixed the return code in MQTT Docker tests.688 * Use IPv4 instead of IPv6 in coap-server to support Docker based testing.691 * Added support for running the gptp sample X seconds to support Docker based testing.692 * Added Docker based testing to http_client sample.695 * Added Docker based testing support to network logging sample.
1917 * :github:`22731` - Improve docker CI documentation
2134 * :github:`22731` - Improve docker CI documentation