Runlike Versions Save

Given an existing docker container, prints the command line necessary to run a copy of it.

1.4.2

1 year ago

Thanks to @reconman this project's CI is back up and running. A few changes have been merged:

  • Support for cpuset, by @junka
  • Handling container names with delimiters, by @gebhardtr
  • Support for autoremove, by @albertosottile

1.3.0

2 years ago
  • Support for --memory and --memory-reservation courtesy of @kirktarou
  • Support for --pid courtesy of @junka

In addition the CI was overhauled (using GitHub Actions instead of Travis).

1.1.0

2 years ago

Support --stdin (the output of docker inspect) instead of specifying a container.

Thanks to @w1ndblow for the implementation!

1.0.3

2 years ago

The port parsing was re-done since the output of inspect changed slightly.

The entrypoint is fixed (got lost in the migration to Poetry).

1.0.0

2 years ago

Thanks to @sestegra for the --runlike feature.

NOTICE: support for python 2.7 has been removed. It's too much of a hassle in terms of CI to support python 2 any more. Sorry.

Hence the version bump to 1.0.0

0.7.0

3 years ago

Thank you to: @anryko for helping fix a crash with python3. @sh4wn for adding support for exposed ports and workdir.

0.6.2

4 years ago

A bug fix courtesy of @anryko

0.6.1

4 years ago

0.6.0

5 years ago

--dns support

0.5.1

5 years ago

Add add-host support.