diff --git a/docs/root/start/sandboxes/brotli.rst b/docs/root/start/sandboxes/brotli.rst index b3ca2241d529..e7b77d5ab083 100644 --- a/docs/root/start/sandboxes/brotli.rst +++ b/docs/root/start/sandboxes/brotli.rst @@ -30,8 +30,8 @@ Change to the ``examples/brotli`` directory and bring up the docker composition. $ pwd envoy/examples/brotli - $ docker-compose build --pull - $ docker-compose up -d + $ docker-compose pull + $ docker-compose up --build -d $ docker-compose ps Name Command State Ports -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- diff --git a/docs/root/start/sandboxes/cache.rst b/docs/root/start/sandboxes/cache.rst index 3a342fbd58da..a434e8a47a8b 100644 --- a/docs/root/start/sandboxes/cache.rst +++ b/docs/root/start/sandboxes/cache.rst @@ -43,8 +43,8 @@ Change to the ``examples/cache`` directory. $ pwd envoy/examples/cache - $ docker-compose build --pull - $ docker-compose up -d + $ docker-compose pull + $ docker-compose up --build -d $ docker-compose ps Name Command State Ports diff --git a/docs/root/start/sandboxes/double-proxy.rst b/docs/root/start/sandboxes/double-proxy.rst index 643cb898eb68..229fa928f700 100644 --- a/docs/root/start/sandboxes/double-proxy.rst +++ b/docs/root/start/sandboxes/double-proxy.rst @@ -159,8 +159,8 @@ This will load the required keys and certificates into the frontend and backend $ pwd envoy/examples/double-proxy - $ docker-compose build --pull - $ docker-compose up -d + $ docker-compose pull + $ docker-compose up --build -d $ docker-compose ps Name Command State Ports diff --git a/docs/root/start/sandboxes/dynamic-configuration-control-plane.rst b/docs/root/start/sandboxes/dynamic-configuration-control-plane.rst index 0aa6afd1420f..69fa21edc8c8 100644 --- a/docs/root/start/sandboxes/dynamic-configuration-control-plane.rst +++ b/docs/root/start/sandboxes/dynamic-configuration-control-plane.rst @@ -34,8 +34,8 @@ The control plane has not yet been started. $ pwd envoy/examples/dynamic-config-cp - $ docker-compose build --pull - $ docker-compose up -d proxy + $ docker-compose pull + $ docker-compose up --build -d proxy $ docker-compose ps Name Command State Ports diff --git a/docs/root/start/sandboxes/dynamic-configuration-filesystem.rst b/docs/root/start/sandboxes/dynamic-configuration-filesystem.rst index 5c2c7e915f1a..d2336a7ca8e4 100644 --- a/docs/root/start/sandboxes/dynamic-configuration-filesystem.rst +++ b/docs/root/start/sandboxes/dynamic-configuration-filesystem.rst @@ -31,8 +31,8 @@ This should also start two upstream ``HTTP`` echo servers, ``service1`` and ``se $ pwd envoy/examples/dynamic-config-fs - $ docker-compose build --pull - $ docker-compose up -d + $ docker-compose pull + $ docker-compose up --build -d $ docker-compose ps Name Command State Ports diff --git a/docs/root/start/sandboxes/front_proxy.rst b/docs/root/start/sandboxes/front_proxy.rst index d64e147a3dcc..25e8dce27bc5 100644 --- a/docs/root/start/sandboxes/front_proxy.rst +++ b/docs/root/start/sandboxes/front_proxy.rst @@ -43,8 +43,8 @@ Change to the ``examples/front-proxy`` directory. $ pwd envoy/examples/front-proxy - $ docker-compose build --pull - $ docker-compose up -d + $ docker-compose pull + $ docker-compose up --build -d $ docker-compose ps Name Command State Ports diff --git a/docs/root/start/sandboxes/gzip.rst b/docs/root/start/sandboxes/gzip.rst index 205403dad3b2..7db33913eb49 100644 --- a/docs/root/start/sandboxes/gzip.rst +++ b/docs/root/start/sandboxes/gzip.rst @@ -30,8 +30,8 @@ Change to the ``examples/gzip`` directory and bring up the docker composition. $ pwd envoy/examples/gzip - $ docker-compose build --pull - $ docker-compose up -d + $ docker-compose pull + $ docker-compose up --build -d $ docker-compose ps Name Command State Ports -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- diff --git a/docs/root/start/sandboxes/local_ratelimit.rst b/docs/root/start/sandboxes/local_ratelimit.rst index d24a668d4477..8411890497c0 100644 --- a/docs/root/start/sandboxes/local_ratelimit.rst +++ b/docs/root/start/sandboxes/local_ratelimit.rst @@ -28,8 +28,8 @@ Change to the ``examples/local_ratelimit`` directory and bring up the docker com $ pwd envoy/examples/ratelimit - $ docker-compose build --pull - $ docker-compose up -d + $ docker-compose pull + $ docker-compose up --build -d $ docker-compose ps Name Command State Ports ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- diff --git a/docs/root/start/sandboxes/tls-sni.rst b/docs/root/start/sandboxes/tls-sni.rst index 8e9876acb417..61178f949cb5 100644 --- a/docs/root/start/sandboxes/tls-sni.rst +++ b/docs/root/start/sandboxes/tls-sni.rst @@ -101,8 +101,8 @@ The client proxy has no ``TLS`` termination but instead proxies three routed pat $ pwd envoy/examples/tls-sni - $ docker-compose build --pull - $ docker-compose up -d + $ docker-compose pull + $ docker-compose up --build -d $ docker-compose ps Name Command State Ports diff --git a/docs/root/start/sandboxes/wasm-cc.rst b/docs/root/start/sandboxes/wasm-cc.rst index 83ab7d7eac6b..f6af379b15f8 100644 --- a/docs/root/start/sandboxes/wasm-cc.rst +++ b/docs/root/start/sandboxes/wasm-cc.rst @@ -32,8 +32,8 @@ Change to the ``examples/wasm-cc`` folder in the Envoy repo, and start the compo $ pwd envoy/examples/wasm-cc - $ docker-compose build --pull - $ docker-compose up -d + $ docker-compose pull + $ docker-compose up --build -d $ docker-compose ps Name Command State Ports diff --git a/docs/root/start/sandboxes/zstd.rst b/docs/root/start/sandboxes/zstd.rst index 8dbd1b6871f7..62b52d62b602 100644 --- a/docs/root/start/sandboxes/zstd.rst +++ b/docs/root/start/sandboxes/zstd.rst @@ -30,8 +30,8 @@ Change to the ``examples/zstd`` directory and bring up the docker composition. $ pwd envoy/examples/zstd - $ docker-compose build --pull - $ docker-compose up -d + $ docker-compose pull + $ docker-compose up --build -d $ docker-compose ps Name Command State Ports --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------