Score:0

Is it possible to use a ppp connection rather than a veth to connect docker and host?

tr flag

I know a veth pair can be created to used communicate between docker container and host:

ip link add veth0 type veth peer name veth1 netns test

But I just want to known if there a simple way to make the vitual ethernet to a ppp interface?

Thank you very much.

dirkt avatar
in flag
(1) Docker already creates veth-pairs, no need to make your own. (2) You can share a pty and run pppd both on the host and in the container, but it's very much not "simple", and it doesn't use a veth.
progquester avatar
tr flag
@dirkt it sounds very great, thank you very much. Would you please give some clues to google the ppp over pty?
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.