Skip to content

Commit 8bdf1c9

Browse files
committed
update links
1 parent cdc6e37 commit 8bdf1c9

6 files changed

Lines changed: 20 additions & 558 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ $ docker-compose up
8181
or directly load our prebuild image from dockerhub:
8282

8383
``` bash
84-
$ docker run -it -p 5000:5000 edryslabs/module-pyxtermjs:latest
84+
$ docker run -it -p 5000:5000 --device=/dev/ttyACM0:/dev/ttyACM0 edryslabs/module-pyxtermjs:latest
8585
```
8686

8787
However, if you want to build more elaborate docker images, you can have a look at the included Docker- and docker-compose files in [docker](./docker).

docker/development/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Edrys-Development-Environment
22

3-
This folder contains a Linux development environment based on the base `crosslab/edrys_pyxtermjs:latest` image.
3+
This folder contains a Linux development environment based on the base `edryslabs/module-pyxtermjs:base` image.
44
You can modify the `Dockerfile` to add additional packages or change the configuration.
55
Start and build it via:
66

@@ -11,6 +11,6 @@ $ docker-compose up --build
1111
or directly load our prebuild image from dockerhub:
1212

1313
``` bash
14-
$ docker run -it -p 5000:5000 crosslab/edrys_pyxtermjs_development:latest
14+
$ docker run -it -p 5000:5000 edryslabs/module-pyxtermjs:development
1515
```
1616

0 commit comments

Comments
 (0)