Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/jlangch/venice.git
Browse files Browse the repository at this point in the history
  • Loading branch information
jlangch committed Aug 26, 2023
2 parents 7c2ced9 + bef0fd2 commit 7097bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ All notable changes to this project will be documented in this file.
- a `docker` module to manage docker images and containers from Venice scripts. The functions support both TEXT and JSON output of the docker commands. The JSON output is parsed and converted to Venice data for further processing. The module currently supports the Docker commands:
- docker version,
- docker images, docker image prune, docker image rm
- docker ps, docker start, docker stop, docker cp
- docker ps, docker start, docker stop, docker cp, docker diff, docker pause, docker unpause, docker wait

### Fixed

Expand Down

0 comments on commit 7097bde

Please sign in to comment.