Hacker News new | past | comments | ask | show | jobs | submit login

You can do that in a container, no need for a VM.

    docker run -itd ubuntu:24.04
    ...
    docker exec -it df36 /bin/bash
    ...
    root@df365a3d2257:/# apt update
    ...
    root@df365a3d2257:/# apt upgrade
    ...



Then when the container gets rescheduled I'm suddenly running the old version of weechat


Wouldn’t an init container in the pod definition help here? Nice article btw!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: