log / tags / docker

5 posts tagged with "docker"

wget unable resolve host in docker apline container

Fix error "unable to resolve hostname" when building Docker image in WSL2 by using '-4' option with `wget` command to force IPv4. This error may be due to incorrect IPv6 configuration in Docker.

10 May 2024 1 min read

partially executing services in docker compose

Use Docker Compose to selectively execute services defined in your docker-compose.yml file. Start a specific service without starting the entire stack, beneficial for development or troubleshooting.

23 Mar 2024 1 min read

docker compose variable

Explore the process of creating a Docker Compose file using environment variables. This covers the use of .env file, env_file attribute, and shell substitution. Also understand the order of environment variable precedence in Docker Compose.

05 Dec 2023 1 min read

docker compose variable

Explore the process of creating a Docker Compose file using environment variables. This covers the use of .env file, env_file attribute, and shell substitution. Also understand the order of environment variable precedence in Docker Compose.

05 Dec 2023 1 min read