This website requires JavaScript.
Explore
Help
Sign in
kotovalexarian-likes-github
/
moby--moby
Watch
1
Star
0
Fork
You've already forked moby--moby
0
mirror of
https://github.com/moby/moby.git
synced
2022-11-09 12:21:53 -05:00
Code
Releases
Activity
7c57a4cfc0
moby--moby
/
term
/
termios_linux.go
9 lines
100 B
Go
Raw
Normal View
History
Unescape
Escape
Merge dockerd into docker. 'docker -d' runs in daemon mode. For all other commands, docker auto-detects whether to run standalone or to remote-control the daemon
2013-03-13 03:29:40 -04:00
package
term
Different termios for linux/darwin
2013-01-28 20:06:46 -05:00
import
"syscall"
const
(
getTermios
=
syscall
.
TCGETS
setTermios
=
syscall
.
TCSETS
)
Copy permalink