Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
rename cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
guni1192 committed Dec 16, 2018
1 parent 302e40d commit 2c03a8a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "ace"
name = "cromwell"
version = "0.1.0"
authors = ["guni973 <ad2314ce71926@gmail.com>"]
edition = "2018"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Ownership Managed Container Runntime
## Usage

```bash
$ ace run -n <CONTAINER_NAME>
$ cromwell run -n <CONTAINER_NAME>
[root@<CONTAINER_NAME> /]#
```

```bash
$ ace run -n <CONTAINER_NAME> --exec 'ls -al'
$ cromwell run -n <CONTAINER_NAME> --exec 'ls -al'
bin boot dev etc home lib lib64 mnt opt proc root run sbin srv sys tmp usr var
```
## Test
Expand Down

0 comments on commit 2c03a8a

Please sign in to comment.