Skip to content

Commit

Permalink
Restructure Build and Deployment Files for govc & vcsim
Browse files Browse the repository at this point in the history
- Moved build (Dockerfile) for govc & vcsim to `contrib` folder
- Added a basic README for building govc
- Created a separate folder for deployment files (currently only
Kubernetes)

Signed-off-by: Michael Gasch <[email protected]>
  • Loading branch information
embano1 authored and alexellis committed Jan 25, 2019
1 parent 2d067d8 commit c22a9eb
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 1 deletion.
File renamed without changes.
12 changes: 12 additions & 0 deletions contrib/govc/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Build instructions for govc CLI

To build the `govc` CLI tool from latest release, run

```
docker build -t govc .
```

For testing with Swarm run:
```
docker run -p 8989:8989 govc
```
File renamed without changes.
1 change: 0 additions & 1 deletion vcsim/README.md → contrib/vcsim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
To build `vcsim` from latest release, run

```
cd vcsim
docker build -t vscim .
```

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c22a9eb

Please sign in to comment.