Steem Docker images are updated to version 0.13.0-rc3

View this thread on: d.buzz | hive.blog | peakd.com | ecency.com
·@teego·
0.000 HBD
Steem Docker images are updated to version 0.13.0-rc3
### Steem [Docker](https://www.docker.com/) images are updated to version [0.13.0-rc3](https://github.com/steemit/steem/releases/tag/0.13.0-rc3)

### Latest images
| Tags | Version | Base Image |
|---|---|---|
| **[latest](https://hub.docker.com/r/teego/steem-wallet/builds/ba5d7pguehpxshh4aeu9nqp/)**, **[0.13.0](https://hub.docker.com/r/teego/steem-wallet/builds/bwq58wnxacqsh63eyzzrfrr/)**, [0.13.0-Ubuntu-xenial](https://hub.docker.com/r/teego/steem-wallet/builds/bqh3rjvdnchvsrvfg4pvcnf/) | [0.13.0-rc3](https://github.com/steemit/steem/releases/tag/0.13.0-rc3) | **[Ubuntu 16.04 (Xenial)](https://github.com/tianon/docker-brew-ubuntu-core/blob/3485528d76452eff9e7d3b3f222bd21a966659a5/xenial/Dockerfile)** |
| [0.13.0-Ubuntu-trusty](https://hub.docker.com/r/teego/steem-wallet/builds/btcbp9qzm6wrabsveqt98nv/) | [0.13.0-rc3](https://github.com/steemit/steem/releases/tag/0.13.0-rc3) | [Ubuntu 14.04 (Trusty)](https://github.com/tianon/docker-brew-ubuntu-core/blob/3485528d76452eff9e7d3b3f222bd21a966659a5/trusty/Dockerfile) |

### Previous versions
| Tags | Version | Base Image |
|---|---|---|
| **[0.12.3](https://hub.docker.com/r/teego/steem-wallet/builds/bfr8iebkdhs4nosr5pesbp3/)**, [0.12.3-Ubuntu-xenial](https://hub.docker.com/r/teego/steem-wallet/builds/bidewugqsp4e8aq36opndk6/) | [0.12.3a](https://github.com/steemit/steem/releases/tag/v0.12.3a) | **[Ubuntu 16.04 (Xenial)](https://github.com/tianon/docker-brew-ubuntu-core/blob/3485528d76452eff9e7d3b3f222bd21a966659a5/xenial/Dockerfile)** |
| [0.12.3-Ubuntu-trusty](https://hub.docker.com/r/teego/steem-wallet/builds/begtpx9jgkka4oulsfcu8ng/) | [0.12.3a](https://github.com/steemit/steem/releases/tag/v0.12.3a) | [Ubuntu 14.04 (Trusty)](https://github.com/tianon/docker-brew-ubuntu-core/blob/3485528d76452eff9e7d3b3f222bd21a966659a5/trusty/Dockerfile) |
| **[0.12.2](https://hub.docker.com/r/teego/steem-wallet/builds/bduqmecfshbtlg5xth6qgu/)** | [0.12.2](https://github.com/steemit/steem/releases/tag/v0.12.2) | **[Ubuntu 16.04 (Xenial)](https://github.com/tianon/docker-brew-ubuntu-core/blob/3485528d76452eff9e7d3b3f222bd21a966659a5/xenial/Dockerfile)** |
| [0.12.2-Ubuntu-trusty](https://hub.docker.com/r/teego/steem-wallet/builds/bxdgafyty55d2vmr7pvf8ba/) | [0.12.2](https://github.com/steemit/steem/releases/tag/v0.12.2) | [Ubuntu 14.04 (Trusty)](https://github.com/tianon/docker-brew-ubuntu-core/blob/3485528d76452eff9e7d3b3f222bd21a966659a5/trusty/Dockerfile) |

### Builds

All images are generated on [DockerHub](https://hub.docker.com/) servers using their [Automated Builds System](https://docs.docker.com/docker-hub/github/)

### Quick start

Download an image with Steem wallet software from [DockerHub](https://hub.docker.com/r/teego/steem-wallet/)
```sh
docker pull teego/steem-wallet
```
Create a data folder
```sh
mkdir -p ~/.steem
```
Launch a wallet container
```sh
docker run --name steem-wallet --rm -it -p 8090:8090 -p 2001:2001 -v ~/.steem:/witness_node_data_dir teego/steem-wallet
```

Once you have a wallet container running, you can run a command line interface
```sh
docker exec --rm -it steem-wallet /usr/local/bin/cli_wallet
```

### Sources
[![Fork me on GitHub](http://xgouchet.fr/android/data/images/github.png)](https://github.com/TigerND/docker-steem-wallet)

### Useful Links
* [Running Docker on AWS from the ground up](http://www.ybrikman.com/writing/2015/11/11/running-docker-aws-ground-up/)

## See also
#### Running dockerized wallet on Mac
https://www.youtube.com/watch?v=UFBLk55dyQY
#### Running dockerized wallet on Windows
https://www.youtube.com/watch?v=cw_DNHoAMzg
👍 , , , , , , , , , ,