Skip to content

Commit 0dff2fd

Browse files
author
Vic Shóstak
committed
Update docker section
1 parent 5979766 commit 0dff2fd

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Okay, it works! Now, you can run this project on your **local machine** or deplo
3434
cgapp deploy
3535
```
3636

37+
That's all you need to start! 🎉
38+
3739
### ~ [Docker-way to quick start](https://create-go.app/detailed-guides/official-docker-image/)
3840

3941
If you don't want to install Create Go App CLI to your system, you feel free to using our official [Docker image](https://hub.docker.com/r/koddr/cgapp) and run CLI from isolated container:
@@ -44,7 +46,12 @@ docker run --rm -it -v ${PWD}:${PWD} -w ${PWD} koddr/cgapp:latest
4446

4547
> ☝️ Also, with this Docker image, you do **not** have to worry about installing tools/CLI of frontend UI libraries/frameworks. Everything is **already included** to this Docker image: `create-react-app`, `preact-cli`, `vue-cli`, `ng-cli` and `degit` (for Svelte).
4648
47-
That's all you need to start! 🎉
49+
**Available commands for official Docker image:**
50+
51+
- [x] [`init`](https://create-go.app/detailed-guides/commands-and-options/#init)
52+
- [x] [`create`](https://create-go.app/detailed-guides/commands-and-options/#create)
53+
54+
> 🔔 Please note: the [`deploy`](/detailed-guides/commands-and-options/#deploy) command is currently unavailable.
4855
4956
## 📖 [Official Documentation](https://create-go.app/)
5057

0 commit comments

Comments
 (0)