1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/runconfig/opts
Daniel Nephin 2b7ad47bd2 Move the runconfig.Parse() function into the runconfig/opts package.
The parse.go file is used almost exclusively in the client. The few small
functions that are used outside of the client could easily be copied out
when the client is extracted, allowing this runconfig/opts package to
move to the client.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
2016-01-04 12:06:29 -05:00
..
fixtures Move the runconfig.Parse() function into the runconfig/opts package. 2016-01-04 12:06:29 -05:00
parse.go Move the runconfig.Parse() function into the runconfig/opts package. 2016-01-04 12:06:29 -05:00
parse_test.go Move the runconfig.Parse() function into the runconfig/opts package. 2016-01-04 12:06:29 -05:00
throttledevice.go Move runconfig blkiodev options and parsing into runconfig/opts package. 2015-12-22 18:20:21 -05:00
ulimit.go Move ulimit options to runconfig opts 2015-12-23 13:27:58 -05:00
ulimit_test.go Move ulimit options to runconfig opts 2015-12-23 13:27:58 -05:00
weightdevice.go Move runconfig blkiodev options and parsing into runconfig/opts package. 2015-12-22 18:20:21 -05:00