docker update

This commit is contained in:
Olof Hagsand 2018-07-21 17:01:56 +00:00
parent c7aed5e7a7
commit 3a39b0361a
10 changed files with 55 additions and 143 deletions

View file

@ -204,5 +204,19 @@ cd docker
# look in README
```
## Docker
Run the example as a docker container as follows:
```
sudo docker run -ti --rm olofhagsand/clixon_example
```
Build the container and push yourself: First change the IMAGE variable in Makefile (eg to "you/clixon_example). Then build and push:
```
make docker
make push
sudo docker run -ti --rm you/clixon_example
```