Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dignajar authored Mar 22, 2018
1 parent 5966c91 commit 3ae71ba
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,28 +8,35 @@ You can run Bludit as a Docker container.
Find the deployment and service for Kubernetes on the directory `kubernetes`.

### Run the container

```
$ docker run --name bludit -p 8000:80 -d bludit/docker:latest
```

To get access go with your browser to http://localhost:8000

### Stop the container

```
$ docker stop bludit
```

### Delete the container

```
$ docker rm bludit
```

### Delete the image

```
$ docker rmi bludit/docker:latest
```

### Kubernetes

Run Bludit on K8s.

```
$ kubectl apply -f kubernetes/deployment.yml
$ kubectl apply -f kubernetes/service.yml
Expand Down

0 comments on commit 3ae71ba

Please sign in to comment.