juan_gandhi: (Default)
2021-07-07 06:34 am
Entry tags:

modern programming

Ok, I'm totally impressed by docker. Then I look inside.
        "State": {
            "Status": "running",
            "Running": true,
            "Paused": false,
            "Restarting": false,
            "OOMKilled": false,
            "Dead": false,
            "Pid": 3482,
            "ExitCode": 0,
            "Error": "",
            "StartedAt": "2021-07-07T04:34:01.241720465Z",
            "FinishedAt": "0001-01-01T00:00:00Z"
        },


OMFG, no?
juan_gandhi: (Default)
2021-05-25 12:58 pm
Entry tags:

discovering a brave new world

So, on your mac, you have docker installed. Ok. Then you say docker run --rm -it ubuntu /bin/bash, and voilá, ubuntu is downloaded and installed inside your docker, and since you said -it, which means "interactive", you have a bash prompt. Maybe you should use fish. Anyway, try >uname -a. We are not in Kansas anymore!