- 1 Post
- 2 Comments
Joined 2 years ago
Cake day: June 12th, 2023
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
loren@sh.itjust.worksto Programming@programming.dev•Does Lemmy really benefit from Rust? Is code execution speed the bottleneck?English01·2 years agoAll the major languages for web backends are memory safe. Java, C#, etc
I think calling it an emulation downplays podman. Docker and podman are both container runtimes. Docker came first and is known synonymously with containers, whereas podman is newer and attempts to fix docker’s problems.
One outcome of this is podman chose to match docker’s cli very closely so nobody needs to learn a new cli. You can even put podman on the docker socket so “docker [command]” runs with podman.