Home
last modified time | relevance | path

Searched full:docker (Results 1 – 15 of 15) sorted by relevance

/Zephyr-latest/scripts/net/
DREADME.txt2 the network test applications Docker container provided by the 'net-tools'
9 As a prerequisite it is assumed that Docker is installed and that the
10 'net-tools' Docker container has been created, see the first bullet point
11 at the net-tools Docker README file
12 https://github.com/zephyrproject-rtos/net-tools/blob/master/README.docker.
16 * Install Docker
19 * cd docker/
20 * Run 'docker build -t net-tools .'
22 This creates a Docker image called 'net-tools' which the script will need as
48 The Docker container and a corresponding 'net-tools0' Docker network is started
[all …]
Drun-sample-tests.sh14 docker_test_script_name=docker-test.sh
84 if ! docker image ls | grep "$image" > /dev/null; then
85 echo "Docker image '$image' not found" >&2
89 if ! docker network ls | grep "$network" > /dev/null; then
91 --config "$NET_TOOLS_BASE/docker.conf" \
94 echo "Could not start Docker network '$network'" >&2
98 echo "Started Docker network '$network' bridge interface" \
106 if docker ps | grep "$name" > /dev/null; then
107 docker stop "$name"
110 if docker run --hostname=$name --name=$name $addresses \
[all …]
/Zephyr-latest/tests/net/lib/lwm2m/interop/
DREADME.md19 ### Run Lehan server from net-tools Docker container
21 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/docker
27 docker build -t net-tools .
30 Start the docker networking
33 sudo ./net-setup.sh --config docker.conf start
36 Start the docker container and run leshan
38 docker run --hostname=net-tools --name=net-tools --ip=192.0.2.2 --ip6=2001:db8::2 -p 8080:8080 -p 8…
[all …]
/Zephyr-latest/samples/net/mqtt_sn_publisher/
DREADME.rst48 You will also need to start an MQTT-SN gateway. A convenience Docker Compose specification file
55 $ ./net-setup.sh --config docker.conf
57 Then bring up the Docker environment in a separate terminal window with:
62 $ docker compose up
65 from source - see `PAHO MQTT-SN Gateway`_ - or run an unofficial docker image, l
69 .. _kyberpunk/paho: https://hub.docker.com/r/kyberpunk/paho
77 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…
/Zephyr-latest/samples/net/sockets/echo_client/
DREADME.rst234 - 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:84c6aff
254 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
/Zephyr-latest/samples/net/syslog_net/src/
Dmain.c59 /* This will let the Docker process to start listening */ in main()
86 /* We get here when doing Docker based testing */ in main()
/Zephyr-latest/samples/net/gptp/
Ddocker-test.sh10 # Running gPTP sample using Docker testing
/Zephyr-latest/samples/net/ptp/
Ddocker-test.sh10 # Running PTP sample using Docker testing
/Zephyr-latest/doc/develop/west/
Dindex.rst15 Like ``git`` and ``docker``, the top-level ``west`` command takes some common
/Zephyr-latest/samples/subsys/mgmt/hawkbit/
DREADME.rst63 Step 3: Start the hawkBit Docker
70 sudo docker run -p 8080:8080 hawkbit/hawkbit-update-server:latest \
/Zephyr-latest/samples/subsys/mgmt/updatehub/
DREADME.rst90 UpdateHub-CE is distributed as a docker container and can be on your local
92 To start using the UpdateHub-CE simple execute the docker command with the
97 docker run -it -p 8080:8080 -p 5683:5683/udp --rm
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.bash262 # Misc helpers taken from Docker:
263 # https://github.com/docker/docker-ce/blob/master/components/cli/contrib/completion/bash/docker
/Zephyr-latest/doc/releases/
Drelease-notes-2.5.rst686 * 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.
Drelease-notes-2.7.rst1917 * :github:`22731` - Improve docker CI documentation
Drelease-notes-2.6.rst2134 * :github:`22731` - Improve docker CI documentation