Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
deviantony committed May 5, 2022
1 parent 94c5871 commit fb6bf16
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ docker run -it --init \
-p 3000:3000 -p 9000:9000 -p 9443:9443 -p 8000:8000 \
-v /var/run/docker.sock:/var/run/docker.sock \
--name portainer-devkit \
portainer/dev-toolkit:2022.04
portainer/dev-toolkit:2022.05
```

Now you can access VScode directly at http://localhost:3000 and start coding (almost)!
Expand All @@ -34,7 +34,7 @@ See `Dockerfile` for more details.

The `portainer/dev-toolkit` image is using DockerHub automatic builds to build images based on this git repository tags.

E.g. creating a new `2022.04` tag in this repository would automatically build `portainer/dev-toolkit:2022.04`.
E.g. creating a new `2022.05` tag in this repository would automatically build `portainer/dev-toolkit:2022.05`.

# Requirements

Expand All @@ -51,7 +51,7 @@ Assuming the toolkit is not built/provided by Portainer or you want to tweak it,
docker build -t portainer-development-toolkit-base .
```

**NOTE**: the `portainer/dev-toolkit` is automatically built based on tags available in this git repository. E.g creating a new tag `2022.04` will automatically build and publish `portainer/dev-toolkit:2022.04`.
**NOTE**: the `portainer/dev-toolkit` is automatically built based on tags available in this git repository. E.g creating a new tag `2022.05` will automatically build and publish `portainer/dev-toolkit:2022.05`.

# How to use it

Expand All @@ -64,7 +64,7 @@ docker run -it --init \
-p 3000:3000 -p 9000:9000 -p 9443:9443 -p 8000:8000 \
-v /var/run/docker.sock:/var/run/docker.sock \
--name portainer-devkit \
portainer/dev-toolkit:2022.04
portainer/dev-toolkit:2022.05
```

Now you can access VScode directly at http://localhost:3000 and start coding (almost)!
Expand All @@ -81,7 +81,7 @@ All you will need is to build it first:
docker build -t my-devkit -f examples/zsh/Dockerfile .
```

Then you can use the instructions above to run it, just replace the official `portainer/dev-toolkit:2022.04` with your image:
Then you can use the instructions above to run it, just replace the official `portainer/dev-toolkit:2022.05` with your image:

```
docker run -it --init \
Expand Down Expand Up @@ -111,7 +111,7 @@ docker run -it --init \
-v /var/run/docker.sock:/var/run/docker.sock \
-e PORTAINER_PROJECT=/path/to/portainer/project/on/host \
--name portainer-devkit \
portainer/dev-toolkit:2022.04
portainer/dev-toolkit:2022.05
```

### Why do I need PORTAINER_PROJECT?
Expand Down

0 comments on commit fb6bf16

Please sign in to comment.