Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit bd06dc8

Browse files
authored
Update the instruction for using the docker based development environment (#3395)
1 parent 1f5f23d commit bd06dc8

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docker/scripts/dev-env.sh

+7-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,15 @@
3030
# bazel build --config=ubuntu heron/...
3131
#
3232
# To enter an existing container with a new shell, find the container
33-
# id with this command:
33+
# ID with this command first:
3434
# docker ps -a
35-
# And then :
35+
# The image name looks like: "heron-dev:ubuntu18.04".=
36+
# After the container is found, execute the following commands to start
37+
# the container in case it is not started yet, and then start a new
38+
# terminal in the container:
39+
# docker container start CONTAINER_ID
3640
# docker exec -it CONTAINER_ID bash
41+
#
3742

3843
set -o nounset
3944
set -o errexit

0 commit comments

Comments
 (0)