Hacker News
- Omnibus – Dependency Isolation Without Docker https://blog.barricade.io/omnibus-dependency-isolation-without-docker/ 11 comments
- Docker without containers: Introducing `pulldocker` and CVFS http://blog.terminal.com/docker-without-containers-pulldocker/ 2 comments
- Docker cannot be downloaded without logging into Docker Store https://github.com/docker/docker.github.io/issues/6910 421 comments
- Show HN: Build and push container images without Docker Daemon based on BuildKit https://github.com/developer-guy/buildkit-machine 2 comments
- Show HN: Running LLMs in one line of Python without Docker https://www.lepton.ai/ 26 comments
Lobsters
- WebAssembly: Docker without containers https://wasmlabs.dev/articles/docker-without-containers/ 9 comments wasm
- Docker without Docker https://fly.io/blog/docker-without-docker/ 11 comments devops , linux
- Projects with docker-compose but without Dockerfile https://www.reddit.com/r/docker/comments/9vjm9a/projects_with_dockercompose_but_without_dockerfile/ 9 comments docker
- Docker Without Docker https://chimeracoder.github.io/docker-without-docker/#1 18 comments linux
- Deploy Django on Kubernetes in a few clicks (without even Dockerizing your application) https://blog.getporter.dev/deploy-django-on-kubernetes-without-dockerizing/ 4 comments python
- Roll you own Docker on WSL without Docker Desktop https://dev.to/bowmanjd/install-docker-on-windows-wsl-without-docker-desktop-34m9 3 comments commandline
- Docker without sudo in Ubuntu 20.04? https://www.reddit.com/r/docker/comments/kopsfl/docker_without_sudo_in_ubuntu_2004/ 5 comments docker
- Running containers in Kubernetes without Docker https://www.redhat.com/en/blog/introducing-cri-o-10 11 comments kubernetes
- Running NGINX in Docker without caching http://ejf.io/dev_blog/docker_nginx_caching/ 6 comments programming
- Yes, you can use Docker without Docker Desktop on your Mac! https://blog.carlosnunez.me/post/docker-desktop-alternative-for-mac 29 comments docker
- How to create docker image for a Vuejs application without docker daemon ? https://github.com/GoogleContainerTools/jib 12 comments docker
- `docker run --mount` the output of a command without writing it to disk https://www.reddit.com/r/docker/comments/laoacp/docker_run_mount_the_output_of_a_command_without/ 5 comments docker
- Let's run a Windows Container without Docker! https://www.reddit.com/r/docker/comments/iaoy8b/lets_run_a_windows_container_without_docker/ 3 comments docker
- Connect to OpenVPN running in a Docker from another Docker (without OpenVPN client) https://www.reddit.com/r/docker/comments/cr2wje/connect_to_openvpn_running_in_a_docker_from/ 15 comments docker
- Nginx Proxy Manager install without Docker ? https://nginxproxymanager.com/ 22 comments selfhosted
- docker-compose, add package to an image on creation of container without making own dockerfile https://www.reddit.com/r/docker/comments/fup93b/dockercompose_add_package_to_an_image_on_creation/ 9 comments docker
- Kin: run other distros without a VM (using docker) https://www.reddit.com/r/linux/comments/frcyol/kin_run_other_distros_without_a_vm_using_docker/ 29 comments linux
- Does anyone actually think Docker is easy/simple? NOTHING I do in Docker works without a struggle. https://www.reddit.com/r/docker/comments/797rwg/does_anyone_actually_think_docker_is_easysimple/ 60 comments docker
- This tutorial shows how to run docker natively on Android, without VMs and chroot. https://gist.github.com/FreddieOliveira/efe850df7ff3951cb62d74bd770dce27 24 comments android
- Getting Authelia working with nginx proxy manger without unraid on docker https://docs.ibracorp.io/all-guides-in-order/documentation/authelia 21 comments selfhosted
- Is there a NodeJS Docker Image without the need to have a Node app running? https://www.reddit.com/r/docker/comments/adwonc/is_there_a_nodejs_docker_image_without_the_need/ 5 comments docker
- Jib: Getting Expert Docker Results Without Any Knowledge of Docker https://medium.com/p/ef5cba294e05 9 comments java
- Local docker development wit virtual hosts without NGNIX ? https://coderwall.com/p/qknu2g/local-docker-development-with-virtual-hosts 3 comments devops
- Docker without Dockerfile: Build a Ruby on Rails application image in 5 minutes with Cloud Native Buildpacks (CNB) https://www.schneems.com/2024/05/01/build-a-ruby-on-rails-application-image-in-5-minutes-no-dockerfile-required/ 7 comments ruby
- Has anyone been able to install Vikunja note and task taking app under docker without a proxy? https://vikunja.io/docs/docker-walkthrough/ 22 comments selfhosted
- Running Docker on Windows Without Hyper-V https://www.reddit.com/r/docker/comments/d6pj54/running_docker_on_windows_without_hyperv/ 29 comments docker
- Do you think microsoft will utilize WSL to be able to run linux docker images without virtualization? https://www.reddit.com/r/docker/comments/9tt0ac/do_you_think_microsoft_will_utilize_wsl_to_be/ 8 comments docker
- Docker basics - play with that fancy language you always wanted to try without the installation/cleanup hassle. https://rskupnik.github.io/docker-series-1-image-and-container 18 comments programming
- Effectively using Android without Google Play Services with gplayweb in Docker https://fxaguessy.fr/en/articles/2017/02/11/effectively-using-android-without-google-play-services-gplayweb-in-docker/ 9 comments selfhosted
- Can the new Docker for Windows and Mac allow a Windows app to run on a Mac without a full VM? https://www.reddit.com/r/docker/comments/4re2fo/can_the_new_docker_for_windows_and_mac_allow_a/ 5 comments docker
- Pulling Git into a Docker image without leaving SSH keys behind http://blog.cloud66.com/pulling-git-into-a-docker-image-without-leaving-ssh-keys-behind/ 9 comments docker
- kubelet fails to pull local image while nodes can docker pull the images without issues https://github.com/kubernetes/kubernetes/issues/57427 15 comments kubernetes
- Participate in Apple’s million dollar Bug Bounty program, without a real Mac (throwaway Hackintosh Dockers) https://sick.codes/is-hackintosh-osx-kvm-or-docker-osx-legal/ 43 comments netsec
- Noob question: is there a way to point container A to container B on the same bridge network without using its IP? Is there a network discoverability tool in docker networks? https://www.reddit.com/r/docker/comments/fluita/noob_question_is_there_a_way_to_point_container_a/ 19 comments docker
- I built a web-based Docker simulator to help new users see what Docker is like without installing it. I'd love your feedback and suggestions! http://dockersim.com/ 6 comments docker